﻿2026-06-04T14:14:29.0416017Z Current runner version: '2.334.0'
2026-06-04T14:14:29.0420466Z Runner name: 'hfenduleam'
2026-06-04T14:14:29.0420922Z Runner group name: 'Default'
2026-06-04T14:14:29.0421394Z Machine name: 'HFENDULEAM'
2026-06-04T14:14:29.0423382Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T14:14:29.0424743Z Contents: read
2026-06-04T14:14:29.0425076Z Metadata: read
2026-06-04T14:14:29.0425389Z Packages: read
2026-06-04T14:14:29.0425741Z ##[endgroup]
2026-06-04T14:14:29.0426944Z Secret source: Actions
2026-06-04T14:14:29.0427394Z Prepare workflow directory
2026-06-04T14:14:29.0765511Z Prepare all required actions
2026-06-04T14:14:29.0789336Z Getting action download info
2026-06-04T14:14:29.5841828Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-04T14:14:30.2492563Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-04T14:14:30.3250556Z ##[group]Run actions/checkout@v5
2026-06-04T14:14:30.3251307Z with:
2026-06-04T14:14:30.3251633Z   repository: SaberMage/spt-core
2026-06-04T14:14:30.3255110Z   token: ***
2026-06-04T14:14:30.3255433Z   ssh-strict: true
2026-06-04T14:14:30.3255772Z   ssh-user: git
2026-06-04T14:14:30.3256100Z   persist-credentials: true
2026-06-04T14:14:30.3256452Z   clean: true
2026-06-04T14:14:30.3256798Z   sparse-checkout-cone-mode: true
2026-06-04T14:14:30.3257182Z   fetch-depth: 1
2026-06-04T14:14:30.3257525Z   fetch-tags: false
2026-06-04T14:14:30.3257849Z   show-progress: true
2026-06-04T14:14:30.3258172Z   lfs: false
2026-06-04T14:14:30.3258494Z   submodules: false
2026-06-04T14:14:30.3258821Z   set-safe-directory: true
2026-06-04T14:14:30.3259334Z ##[endgroup]
2026-06-04T14:14:31.0656777Z Syncing repository: SaberMage/spt-core
2026-06-04T14:14:31.0658474Z ##[group]Getting Git version info
2026-06-04T14:14:31.0659449Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T14:14:31.0967553Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T14:14:31.1167727Z git version 2.43.0.windows.1
2026-06-04T14:14:31.1203526Z ##[endgroup]
2026-06-04T14:14:31.1211466Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6e8b75e3-65c2-486b-9791-5a42883ab87c\.gitconfig'
2026-06-04T14:14:31.1223559Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6e8b75e3-65c2-486b-9791-5a42883ab87c' before making global git config changes
2026-06-04T14:14:31.1225660Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:14:31.1229645Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T14:14:31.1466224Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T14:14:31.1661624Z https://github.com/SaberMage/spt-core
2026-06-04T14:14:31.1693924Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:14:31.1698492Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:14:31.1892584Z refs/heads/dev-freeform
2026-06-04T14:14:31.1920905Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T14:14:31.2263334Z HEAD is now at 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:31.2773610Z ##[endgroup]
2026-06-04T14:14:31.2776256Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T14:14:31.6445540Z ##[group]Cleaning the repository
2026-06-04T14:14:31.6450603Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T14:14:33.4603584Z Removing target/
2026-06-04T14:14:33.4639180Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T14:14:33.5013434Z HEAD is now at 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:33.5037108Z ##[endgroup]
2026-06-04T14:14:33.5040849Z ##[group]Disabling automatic garbage collection
2026-06-04T14:14:33.5045755Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T14:14:33.5269738Z ##[endgroup]
2026-06-04T14:14:33.5270127Z ##[group]Setting up auth
2026-06-04T14:14:33.5276381Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:14:33.5490057Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T14:14:33.9174666Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:14:33.9414603Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T14:14:34.3102140Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:14:34.3329448Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T14:14:34.7016805Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T14:14:34.7299884Z ##[endgroup]
2026-06-04T14:14:34.7300324Z ##[group]Fetching the repository
2026-06-04T14:14:34.7306740Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +107240eea81599ba191fb2cd2fe93d9f2c8a0390:refs/remotes/origin/dev-freeform
2026-06-04T14:14:36.4550733Z From https://github.com/SaberMage/spt-core
2026-06-04T14:14:36.4551229Z  + 92fc261...107240e 107240eea81599ba191fb2cd2fe93d9f2c8a0390 -> origin/dev-freeform  (forced update)
2026-06-04T14:14:36.4670654Z ##[endgroup]
2026-06-04T14:14:36.4671033Z ##[group]Determining the checkout info
2026-06-04T14:14:36.4672766Z ##[endgroup]
2026-06-04T14:14:36.4678211Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T14:14:36.4988966Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T14:14:36.5206521Z ##[group]Checking out the ref
2026-06-04T14:14:36.5211526Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:14:36.5592577Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T14:14:36.5593132Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T14:14:36.5593851Z Previous HEAD position was 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:36.5594520Z Switched to and reset branch 'dev-freeform'
2026-06-04T14:14:36.5615015Z ##[endgroup]
2026-06-04T14:14:36.5866486Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T14:14:36.6061066Z 107240eea81599ba191fb2cd2fe93d9f2c8a0390
2026-06-04T14:14:36.6333355Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T14:14:36.6333750Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T14:14:36.6338702Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T14:14:36.6338989Z ##[endgroup]
2026-06-04T14:14:37.4477763Z    Compiling proc-macro2 v1.0.106
2026-06-04T14:14:37.4478059Z    Compiling unicode-ident v1.0.24
2026-06-04T14:14:37.4478314Z    Compiling quote v1.0.45
2026-06-04T14:14:37.4478514Z    Compiling serde_core v1.0.228
2026-06-04T14:14:37.4478777Z    Compiling serde v1.0.228
2026-06-04T14:14:37.4479153Z    Compiling cfg-if v1.0.4
2026-06-04T14:14:37.4479615Z    Compiling windows-link v0.2.1
2026-06-04T14:14:37.4480091Z    Compiling typenum v1.20.1
2026-06-04T14:14:37.4480464Z    Compiling version_check v0.9.5
2026-06-04T14:14:37.4480818Z    Compiling portable-atomic v1.13.1
2026-06-04T14:14:37.4482024Z    Compiling critical-section v1.2.0
2026-06-04T14:14:37.4482472Z    Compiling subtle v2.6.1
2026-06-04T14:14:37.4482778Z    Compiling memchr v2.8.1
2026-06-04T14:14:37.4483064Z    Compiling semver v1.0.28
2026-06-04T14:14:37.4483765Z    Compiling find-msvc-tools v0.1.9
2026-06-04T14:14:37.4484360Z    Compiling shlex v2.0.1
2026-06-04T14:14:37.5493363Z    Compiling windows-sys v0.61.2
2026-06-04T14:14:37.5669086Z    Compiling smallvec v1.15.1
2026-06-04T14:14:37.6086715Z    Compiling equivalent v1.0.2
2026-06-04T14:14:37.6477932Z    Compiling itoa v1.0.18
2026-06-04T14:14:37.7317639Z    Compiling getrandom v0.2.17
2026-06-04T14:14:37.7359863Z    Compiling cpufeatures v0.2.17
2026-06-04T14:14:37.7673650Z    Compiling pin-project-lite v0.2.17
2026-06-04T14:14:37.8140182Z    Compiling rustc_version v0.4.1
2026-06-04T14:14:37.8499033Z    Compiling hashbrown v0.17.1
2026-06-04T14:14:37.8925617Z    Compiling log v0.4.30
2026-06-04T14:14:37.8926084Z    Compiling generic-array v0.14.7
2026-06-04T14:14:37.9305313Z    Compiling rand_core v0.10.1
2026-06-04T14:14:37.9362877Z    Compiling cc v1.2.63
2026-06-04T14:14:37.9542935Z    Compiling futures-core v0.3.32
2026-06-04T14:14:38.0438603Z    Compiling bytes v1.11.1
2026-06-04T14:14:38.1277333Z    Compiling getrandom v0.4.2
2026-06-04T14:14:38.1426320Z    Compiling stable_deref_trait v1.2.1
2026-06-04T14:14:38.1455250Z    Compiling libc v0.2.186
2026-06-04T14:14:38.1625256Z    Compiling slab v0.4.12
2026-06-04T14:14:38.2138571Z    Compiling autocfg v1.5.1
2026-06-04T14:14:38.2720194Z    Compiling futures-sink v0.3.32
2026-06-04T14:14:38.3809812Z    Compiling futures-io v0.3.32
2026-06-04T14:14:38.3810696Z    Compiling bitflags v2.11.1
2026-06-04T14:14:38.4355563Z    Compiling futures-channel v0.3.32
2026-06-04T14:14:38.4666493Z    Compiling futures-task v0.3.32
2026-06-04T14:14:38.6161630Z    Compiling indexmap v2.14.0
2026-06-04T14:14:38.6391805Z    Compiling curve25519-dalek v4.1.3
2026-06-04T14:14:38.7752793Z    Compiling zerocopy v0.8.50
2026-06-04T14:14:38.7932342Z    Compiling ahash v0.8.12
2026-06-04T14:14:38.8015480Z    Compiling rand_core v0.6.4
2026-06-04T14:14:38.8017097Z    Compiling fnv v1.0.7
2026-06-04T14:14:38.8086653Z    Compiling pkg-config v0.3.33
2026-06-04T14:14:38.9524919Z    Compiling vcpkg v0.2.15
2026-06-04T14:14:38.9646882Z    Compiling signature v2.2.0
2026-06-04T14:14:39.1763354Z    Compiling syn v2.0.117
2026-06-04T14:14:39.1873082Z    Compiling ed25519 v2.2.3
2026-06-04T14:14:39.2125614Z    Compiling zmij v1.0.21
2026-06-04T14:14:39.2422939Z    Compiling cfg_aliases v0.2.1
2026-06-04T14:14:39.2731032Z    Compiling fastrand v2.4.1
2026-06-04T14:14:39.2808398Z    Compiling serde_json v1.0.150
2026-06-04T14:14:39.3057037Z    Compiling litemap v0.8.2
2026-06-04T14:14:39.3850532Z    Compiling crypto-common v0.1.7
2026-06-04T14:14:39.4232557Z    Compiling block-buffer v0.10.4
2026-06-04T14:14:39.4450867Z    Compiling rustversion v1.0.22
2026-06-04T14:14:39.4903220Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-04T14:14:39.5381389Z    Compiling writeable v0.6.3
2026-06-04T14:14:39.5562214Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T14:14:39.5670713Z    Compiling digest v0.10.7
2026-06-04T14:14:39.5862648Z    Compiling utf8_iter v1.0.4
2026-06-04T14:14:39.6443546Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T14:14:39.6558100Z    Compiling fallible-iterator v0.3.0
2026-06-04T14:14:39.7571811Z    Compiling icu_properties_data v2.2.0
2026-06-04T14:14:39.7967208Z    Compiling anyhow v1.0.102
2026-06-04T14:14:39.8998735Z    Compiling percent-encoding v2.3.2
2026-06-04T14:14:39.9206900Z    Compiling sha2 v0.10.9
2026-06-04T14:14:39.9444063Z    Compiling ring v0.17.14
2026-06-04T14:14:39.9625405Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T14:14:39.9853613Z    Compiling windows-targets v0.52.6
2026-06-04T14:14:40.0186127Z    Compiling http v1.4.1
2026-06-04T14:14:40.1240366Z    Compiling windows-sys v0.59.0
2026-06-04T14:14:40.1724588Z    Compiling cpufeatures v0.3.0
2026-06-04T14:14:40.1820031Z    Compiling thiserror v2.0.18
2026-06-04T14:14:40.2166354Z    Compiling strsim v0.11.1
2026-06-04T14:14:40.3737009Z    Compiling chacha20 v0.10.0
2026-06-04T14:14:40.5785144Z    Compiling form_urlencoded v1.2.2
2026-06-04T14:14:40.6576206Z    Compiling ident_case v1.0.1
2026-06-04T14:14:40.8345332Z    Compiling untrusted v0.9.0
2026-06-04T14:14:40.8502508Z    Compiling rand v0.10.1
2026-06-04T14:14:40.8555856Z    Compiling num-traits v0.2.19
2026-06-04T14:14:40.8764517Z    Compiling windows-result v0.4.1
2026-06-04T14:14:41.1131933Z    Compiling windows-strings v0.5.1
2026-06-04T14:14:41.1152717Z    Compiling scopeguard v1.2.0
2026-06-04T14:14:41.2081793Z    Compiling rustls v0.23.40
2026-06-04T14:14:41.2939185Z    Compiling unicode-segmentation v1.13.3
2026-06-04T14:14:41.4126269Z    Compiling lock_api v0.4.14
2026-06-04T14:14:41.4630013Z    Compiling atomic-waker v1.1.2
2026-06-04T14:14:41.4854432Z    Compiling unicode-xid v0.2.6
2026-06-04T14:14:41.6420248Z    Compiling const-oid v0.10.2
2026-06-04T14:14:41.7096300Z    Compiling httparse v1.10.1
2026-06-04T14:14:41.7698951Z    Compiling http-body v1.0.1
2026-06-04T14:14:41.8108895Z    Compiling hybrid-array v0.4.12
2026-06-04T14:14:41.8343060Z    Compiling winapi v0.3.9
2026-06-04T14:14:41.8638768Z    Compiling convert_case v0.10.0
2026-06-04T14:14:41.9791554Z    Compiling base64ct v1.8.3
2026-06-04T14:14:41.9854835Z    Compiling powerfmt v0.2.0
2026-06-04T14:14:41.9965807Z    Compiling heck v0.5.0
2026-06-04T14:14:42.1517680Z    Compiling memoffset v0.6.5
2026-06-04T14:14:42.3652590Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T14:14:42.3723156Z    Compiling deranged v0.5.8
2026-06-04T14:14:42.3770592Z    Compiling parking_lot_core v0.9.12
2026-06-04T14:14:42.4653809Z    Compiling try-lock v0.2.5
2026-06-04T14:14:42.4776341Z    Compiling data-encoding v2.11.0
2026-06-04T14:14:42.4933821Z    Compiling tower-service v0.3.3
2026-06-04T14:14:42.5886048Z    Compiling base64 v0.22.1
2026-06-04T14:14:42.5886477Z    Compiling time-core v0.1.8
2026-06-04T14:14:42.6125853Z    Compiling tinyvec_macros v0.1.1
2026-06-04T14:14:42.7021998Z    Compiling num-conv v0.2.2
2026-06-04T14:14:42.7516554Z    Compiling thiserror v1.0.69
2026-06-04T14:14:42.8569058Z    Compiling tinyvec v1.11.0
2026-06-04T14:14:42.8772888Z    Compiling want v0.3.1
2026-06-04T14:14:42.9125153Z    Compiling crypto-common v0.2.2
2026-06-04T14:14:42.9389511Z    Compiling block-buffer v0.12.0
2026-06-04T14:14:43.0998567Z    Compiling vergen-lib v9.1.0
2026-06-04T14:14:43.1060885Z    Compiling n0-future v0.3.2
2026-06-04T14:14:43.2027238Z    Compiling inout v0.1.4
2026-06-04T14:14:43.2027765Z    Compiling serial-core v0.4.0
2026-06-04T14:14:43.2875327Z    Compiling parking v2.2.1
2026-06-04T14:14:43.3081705Z    Compiling spin v0.10.0
2026-06-04T14:14:43.4138748Z    Compiling winnow v1.0.3
2026-06-04T14:14:43.4329891Z    Compiling crossbeam-utils v0.8.21
2026-06-04T14:14:43.4396751Z    Compiling cordyceps v0.3.4
2026-06-04T14:14:43.4397169Z    Compiling winreg v0.10.1
2026-06-04T14:14:43.4981672Z    Compiling diatomic-waker v0.2.3
2026-06-04T14:14:43.5388288Z    Compiling httpdate v1.0.3
2026-06-04T14:14:43.6034183Z    Compiling futures-lite v2.6.1
2026-06-04T14:14:43.6283206Z    Compiling cipher v0.4.4
2026-06-04T14:14:43.6532181Z    Compiling serial-windows v0.4.0
2026-06-04T14:14:43.8042118Z    Compiling futures-buffered v0.2.13
2026-06-04T14:14:43.8607757Z    Compiling synstructure v0.13.2
2026-06-04T14:14:43.8744072Z    Compiling darling_core v0.20.11
2026-06-04T14:14:43.9080528Z    Compiling digest v0.11.3
2026-06-04T14:14:43.9656067Z    Compiling vergen-lib v0.1.6
2026-06-04T14:14:43.9660269Z    Compiling vergen v9.1.0
2026-06-04T14:14:43.9795829Z    Compiling universal-hash v0.5.1
2026-06-04T14:14:44.0818381Z    Compiling noq-udp v0.10.0
2026-06-04T14:14:44.1195282Z    Compiling aho-corasick v1.1.4
2026-06-04T14:14:44.2484600Z    Compiling heapless v0.7.17
2026-06-04T14:14:44.2833854Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T14:14:44.3016054Z    Compiling sync_wrapper v1.0.2
2026-06-04T14:14:44.3779842Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T14:14:44.4361051Z    Compiling pin-utils v0.1.0
2026-06-04T14:14:44.4484633Z    Compiling regex-syntax v0.8.10
2026-06-04T14:14:44.5559210Z    Compiling bitflags v1.3.2
2026-06-04T14:14:44.5983005Z    Compiling either v1.16.0
2026-06-04T14:14:44.6032998Z    Compiling lazy_static v1.5.0
2026-06-04T14:14:44.6276101Z    Compiling opaque-debug v0.3.1
2026-06-04T14:14:44.6316773Z    Compiling byteorder v1.5.0
2026-06-04T14:14:44.6817740Z    Compiling nix v0.25.1
2026-06-04T14:14:44.7070735Z    Compiling shared_library v0.1.9
2026-06-04T14:14:44.7313033Z    Compiling polyval v0.6.2
2026-06-04T14:14:44.8008671Z    Compiling hash32 v0.2.1
2026-06-04T14:14:44.8438817Z    Compiling parking_lot v0.12.5
2026-06-04T14:14:44.8941280Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T14:14:44.9072357Z    Compiling serial v0.4.0
2026-06-04T14:14:44.9583134Z    Compiling spin v0.9.8
2026-06-04T14:14:45.0659139Z    Compiling vergen-gitcl v1.0.8
2026-06-04T14:14:45.0968409Z    Compiling windows-threading v0.2.1
2026-06-04T14:14:45.0969147Z    Compiling tower-layer v0.3.3
2026-06-04T14:14:45.1121751Z    Compiling signature v3.0.0
2026-06-04T14:14:45.1357319Z    Compiling toml_write v0.1.2
2026-06-04T14:14:45.3053363Z    Compiling winnow v0.7.15
2026-06-04T14:14:45.3053817Z    Compiling shell-words v1.1.1
2026-06-04T14:14:45.3349566Z    Compiling downcast-rs v1.2.1
2026-06-04T14:14:45.4239266Z    Compiling ghash v0.5.1
2026-06-04T14:14:45.4585630Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T14:14:45.4657853Z    Compiling ctr v0.9.2
2026-06-04T14:14:45.5512280Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T14:14:45.6305853Z    Compiling aes v0.8.4
2026-06-04T14:14:45.6787643Z    Compiling socket2 v0.6.4
2026-06-04T14:14:45.7464551Z    Compiling mio v1.2.1
2026-06-04T14:14:45.8062523Z    Compiling time v0.3.47
2026-06-04T14:14:45.8657687Z    Compiling http-body-util v0.1.3
2026-06-04T14:14:46.2616273Z    Compiling aead v0.5.2
2026-06-04T14:14:46.3338930Z    Compiling serde_derive v1.0.228
2026-06-04T14:14:46.3716341Z    Compiling zeroize_derive v1.4.3
2026-06-04T14:14:46.4313318Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T14:14:46.4451821Z    Compiling zerofrom-derive v0.1.7
2026-06-04T14:14:46.5277019Z    Compiling yoke-derive v0.8.2
2026-06-04T14:14:46.7004372Z    Compiling tokio-macros v2.7.0
2026-06-04T14:14:46.8003183Z    Compiling futures-macro v0.3.32
2026-06-04T14:14:47.1384089Z    Compiling zerovec-derive v0.11.3
2026-06-04T14:14:47.1589143Z    Compiling zeroize v1.8.2
2026-06-04T14:14:47.1987808Z    Compiling displaydoc v0.2.6
2026-06-04T14:14:47.3318607Z    Compiling tracing-attributes v0.1.31
2026-06-04T14:14:47.5785422Z    Compiling tokio v1.52.3
2026-06-04T14:14:47.7788505Z    Compiling thiserror-impl v2.0.18
2026-06-04T14:14:47.8060714Z    Compiling rustls-pki-types v1.14.1
2026-06-04T14:14:47.8061267Z    Compiling futures-util v0.3.32
2026-06-04T14:14:47.8463405Z    Compiling darling_macro v0.20.11
2026-06-04T14:14:47.8725391Z    Compiling derive_more-impl v2.1.1
2026-06-04T14:14:48.0443191Z    Compiling spez v0.1.2
2026-06-04T14:14:48.0618842Z    Compiling n0-error-macros v0.1.3
2026-06-04T14:14:48.1288848Z    Compiling zerofrom v0.1.8
2026-06-04T14:14:48.1289210Z    Compiling windows-interface v0.59.3
2026-06-04T14:14:48.3372011Z    Compiling rustls-webpki v0.103.13
2026-06-04T14:14:48.5474603Z    Compiling yoke v0.8.2
2026-06-04T14:14:48.5475105Z    Compiling darling v0.20.11
2026-06-04T14:14:48.6502752Z    Compiling windows-implement v0.60.2
2026-06-04T14:14:48.7161652Z    Compiling der v0.8.0-rc.10
2026-06-04T14:14:48.8061482Z    Compiling derive_builder_core v0.20.2
2026-06-04T14:14:48.8660975Z    Compiling pin-project-internal v1.1.13
2026-06-04T14:14:49.0156570Z    Compiling zerovec v0.11.6
2026-06-04T14:14:49.0636248Z    Compiling zerotrie v0.2.4
2026-06-04T14:14:49.0820400Z    Compiling thiserror-impl v1.0.69
2026-06-04T14:14:49.1053385Z    Compiling n0-error v0.1.3
2026-06-04T14:14:49.2629404Z    Compiling ed25519-dalek v2.2.0
2026-06-04T14:14:49.5005790Z    Compiling windows-core v0.62.2
2026-06-04T14:14:49.7228107Z    Compiling spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-04T14:14:49.7525394Z    Compiling regex-automata v0.4.14
2026-06-04T14:14:49.8144150Z    Compiling cobs v0.3.0
2026-06-04T14:14:49.9091586Z    Compiling proc-macro-crate v3.5.0
2026-06-04T14:14:50.0582195Z    Compiling tinystr v0.8.3
2026-06-04T14:14:50.0935933Z    Compiling potential_utf v0.1.5
2026-06-04T14:14:50.1792540Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T14:14:50.3144920Z    Compiling derive_builder_macro v0.20.2
2026-06-04T14:14:50.4017007Z    Compiling icu_locale_core v2.2.0
2026-06-04T14:14:50.4384095Z    Compiling icu_collections v2.2.0
2026-06-04T14:14:50.4461604Z    Compiling pin-project v1.1.13
2026-06-04T14:14:50.5110340Z    Compiling postcard-derive v0.2.2
2026-06-04T14:14:50.7513453Z    Compiling spki v0.8.0-rc.4
2026-06-04T14:14:50.7684720Z    Compiling windows-numerics v0.3.1
2026-06-04T14:14:50.8020996Z    Compiling windows-future v0.3.2
2026-06-04T14:14:50.8162516Z    Compiling derive_builder v0.20.2
2026-06-04T14:14:50.9721590Z    Compiling filedescriptor v0.8.3
2026-06-04T14:14:51.0016818Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T14:14:51.6457845Z    Compiling ipnet v2.12.0
2026-06-04T14:14:51.7294137Z    Compiling toml_datetime v0.6.11
2026-06-04T14:14:51.7619495Z    Compiling serde_spanned v0.6.9
2026-06-04T14:14:51.9254326Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T14:14:51.9864745Z    Compiling toml_edit v0.22.27
2026-06-04T14:14:51.9878903Z    Compiling portable-pty v0.8.1
2026-06-04T14:14:52.1651787Z    Compiling prefix-trie v0.8.4
2026-06-04T14:14:52.1934269Z    Compiling futures-executor v0.3.32
2026-06-04T14:14:52.3501183Z    Compiling regex v1.12.3
2026-06-04T14:14:52.3791001Z    Compiling futures v0.3.32
2026-06-04T14:14:52.4916110Z    Compiling once_cell v1.21.4
2026-06-04T14:14:52.6437416Z    Compiling windows-collections v0.3.2
2026-06-04T14:14:52.6874046Z    Compiling widestring v1.2.1
2026-06-04T14:14:52.8105661Z    Compiling tracing-core v0.1.36
2026-06-04T14:14:52.9118794Z    Compiling icu_provider v2.2.0
2026-06-04T14:14:53.0563165Z    Compiling hashbrown v0.14.5
2026-06-04T14:14:53.0660119Z    Compiling derive_more v2.1.1
2026-06-04T14:14:53.1109192Z    Compiling tempfile v3.27.0
2026-06-04T14:14:53.1189384Z    Compiling ipconfig v0.3.4
2026-06-04T14:14:53.2382236Z    Compiling windows v0.62.2
2026-06-04T14:14:53.4314809Z    Compiling tracing v0.1.44
2026-06-04T14:14:53.5882076Z    Compiling icu_normalizer v2.2.0
2026-06-04T14:14:53.5882581Z    Compiling icu_properties v2.2.0
2026-06-04T14:14:53.6821910Z    Compiling postcard v1.1.3
2026-06-04T14:14:53.6884308Z    Compiling chrono v0.4.44
2026-06-04T14:14:53.8562175Z    Compiling hashlink v0.9.1
2026-06-04T14:14:53.8989705Z    Compiling data-encoding-macro v0.1.20
2026-06-04T14:14:54.0534631Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T14:14:54.1123249Z    Compiling num_enum_derive v0.7.6
2026-06-04T14:14:54.1513042Z    Compiling aes-gcm v0.10.3
2026-06-04T14:14:54.2397967Z    Compiling rusqlite v0.32.1
2026-06-04T14:14:54.3688755Z    Compiling async-trait v0.1.89
2026-06-04T14:14:54.3996396Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T14:14:54.4808487Z    Compiling toml v0.8.23
2026-06-04T14:14:54.5259988Z    Compiling enum-assoc v1.3.0
2026-06-04T14:14:54.5640042Z    Compiling strum_macros v0.28.0
2026-06-04T14:14:54.5864998Z    Compiling crossbeam-channel v0.5.15
2026-06-04T14:14:54.8387341Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T14:14:54.9654603Z    Compiling idna_adapter v1.2.2
2026-06-04T14:14:55.1663089Z    Compiling idna v1.1.0
2026-06-04T14:14:55.4389510Z    Compiling spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-04T14:14:55.4466886Z    Compiling windows-registry v0.6.1
2026-06-04T14:14:55.4843480Z    Compiling blake3 v1.8.5
2026-06-04T14:14:55.5111152Z    Compiling netwatch v0.16.0
2026-06-04T14:14:55.5172654Z    Compiling noq v0.18.0
2026-06-04T14:14:55.6759290Z    Compiling url v2.5.8
2026-06-04T14:14:55.7160810Z    Compiling uuid v1.23.2
2026-06-04T14:14:55.8404936Z    Compiling acto v0.8.2
2026-06-04T14:14:55.8470374Z    Compiling allocator-api2 v0.2.21
2026-06-04T14:14:55.8470968Z    Compiling tagptr v0.2.0
2026-06-04T14:14:55.9098229Z    Compiling xml-rs v0.8.28
2026-06-04T14:14:55.9705609Z    Compiling tokio-util v0.7.18
2026-06-04T14:14:56.0160366Z    Compiling tower v0.5.3
2026-06-04T14:14:56.1258146Z    Compiling ryu v1.0.23
2026-06-04T14:14:56.2056921Z    Compiling lru-slab v0.1.2
2026-06-04T14:14:56.3386772Z    Compiling mac-addr v0.3.0
2026-06-04T14:14:56.3781655Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T14:14:56.4530342Z    Compiling foldhash v0.2.0
2026-06-04T14:14:56.4642766Z    Compiling identity-hash v0.1.0
2026-06-04T14:14:56.5668939Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T14:14:56.6108551Z    Compiling rustc-hash v2.1.2
2026-06-04T14:14:56.6344534Z    Compiling hashbrown v0.16.1
2026-06-04T14:14:56.7044170Z    Compiling iroh-metrics v0.38.3
2026-06-04T14:14:56.7368544Z    Compiling netdev v0.42.0
2026-06-04T14:14:56.7837761Z    Compiling iroh-base v0.98.0
2026-06-04T14:14:56.7838237Z    Compiling attohttpc v0.30.1
2026-06-04T14:14:57.1339017Z    Compiling tower-http v0.6.11
2026-06-04T14:14:57.1554163Z    Compiling xmltree v0.10.3
2026-06-04T14:14:57.1637088Z    Compiling strum v0.28.0
2026-06-04T14:14:57.4324675Z    Compiling spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-04T14:14:57.5236080Z    Compiling h2 v0.4.14
2026-06-04T14:14:57.5873241Z    Compiling tokio-rustls v0.26.4
2026-06-04T14:14:57.7842066Z    Compiling n0-watcher v0.6.1
2026-06-04T14:14:57.8027925Z    Compiling spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-04T14:14:57.9899576Z    Compiling noq-proto v0.17.0
2026-06-04T14:14:57.9900098Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T14:14:58.0517795Z    Compiling tokio-stream v0.1.18
2026-06-04T14:14:58.0827985Z    Compiling moka v0.12.15
2026-06-04T14:14:58.4425398Z    Compiling num_enum v0.7.6
2026-06-04T14:14:58.4785797Z    Compiling iroh-relay v0.98.0
2026-06-04T14:14:58.7488756Z    Compiling simple-dns v0.9.3
2026-06-04T14:14:58.7973958Z    Compiling simdutf8 v0.1.5
2026-06-04T14:14:58.8694926Z    Compiling constant_time_eq v0.4.2
2026-06-04T14:14:58.9758744Z    Compiling arrayvec v0.7.6
2026-06-04T14:14:58.9849782Z    Compiling resolv-conf v0.7.6
2026-06-04T14:14:59.0125538Z    Compiling smol_str v0.1.24
2026-06-04T14:14:59.1834146Z    Compiling arrayref v0.3.9
2026-06-04T14:14:59.1860182Z    Compiling sha1_smol v1.0.1
2026-06-04T14:14:59.2906097Z    Compiling spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-04T14:14:59.4694618Z    Compiling tokio-websockets v0.13.2
2026-06-04T14:14:59.5658203Z    Compiling lru v0.16.4
2026-06-04T14:14:59.6133324Z    Compiling webpki-roots v1.0.7
2026-06-04T14:14:59.6189795Z    Compiling seize v0.5.1
2026-06-04T14:14:59.7612085Z    Compiling serde_bytes v0.11.19
2026-06-04T14:14:59.7658365Z    Compiling hmac v0.12.1
2026-06-04T14:14:59.9783907Z    Compiling iroh v0.98.2
2026-06-04T14:15:00.0110941Z    Compiling cmov v0.5.4
2026-06-04T14:15:00.1010957Z    Compiling papaya v0.2.4
2026-06-04T14:15:00.1331488Z    Compiling hkdf v0.12.4
2026-06-04T14:15:00.3028017Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T14:15:00.3187134Z    Compiling backon v1.6.0
2026-06-04T14:15:00.4139208Z    Compiling ctutils v0.4.2
2026-06-04T14:15:00.4308100Z    Compiling spake2 v0.4.0
2026-06-04T14:15:00.4466163Z    Compiling sha1 v0.10.6
2026-06-04T14:15:00.7570083Z    Compiling iroh-dns v0.98.0
2026-06-04T14:15:00.8242697Z    Compiling recvmsg v1.0.0
2026-06-04T14:15:00.8310675Z    Compiling doctest-file v1.1.1
2026-06-04T14:15:00.8569085Z    Compiling spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-04T14:15:00.9515351Z    Compiling utf8parse v0.2.2
2026-06-04T14:15:00.9722686Z    Compiling once_cell_polyfill v1.70.2
2026-06-04T14:15:01.1510912Z    Compiling anstyle v1.0.14
2026-06-04T14:15:01.1642334Z    Compiling anstyle-parse v1.0.0
2026-06-04T14:15:01.3380589Z    Compiling anstyle-query v1.1.5
2026-06-04T14:15:01.4263410Z    Compiling colorchoice v1.0.5
2026-06-04T14:15:01.4858766Z    Compiling anstyle-wincon v3.0.11
2026-06-04T14:15:01.5333250Z    Compiling interprocess v2.4.2
2026-06-04T14:15:01.5868323Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T14:15:01.5996704Z    Compiling clap_lex v1.1.0
2026-06-04T14:15:01.6628956Z    Compiling clap_derive v4.6.1
2026-06-04T14:15:01.7960901Z    Compiling hyper v1.10.1
2026-06-04T14:15:01.9273006Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T14:15:02.0480267Z    Compiling anstream v1.0.0
2026-06-04T14:15:02.5600799Z    Compiling clap_builder v4.6.0
2026-06-04T14:15:02.7781919Z    Compiling mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-04T14:15:03.6521942Z    Compiling wmi v0.18.4
2026-06-04T14:15:04.2333461Z    Compiling hyper-util v0.1.20
2026-06-04T14:15:04.3259108Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T14:15:05.7819515Z    Compiling clap v4.6.1
2026-06-04T14:15:06.3003170Z    Compiling hyper-rustls v0.27.9
2026-06-04T14:15:06.4997702Z    Compiling igd-next v0.17.1
2026-06-04T14:15:06.8933773Z    Compiling reqwest v0.13.4
2026-06-04T14:15:07.8443006Z    Compiling portmapper v0.16.0
2026-06-04T14:15:23.7549968Z    Compiling spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-04T14:15:24.7407911Z    Compiling spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-04T14:15:32.3973605Z    Compiling spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-04T14:15:48.7208123Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
2026-06-04T14:15:48.9098459Z ##[group]Run cargo test --workspace
2026-06-04T14:15:48.9098769Z [36;1mcargo test --workspace[0m
2026-06-04T14:15:48.9103108Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T14:15:48.9103396Z ##[endgroup]
2026-06-04T14:15:49.7463577Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
2026-06-04T14:15:49.7868483Z      Running unittests src\main.rs (target\debug\deps\mock_session-99b31ec880a7fd8b.exe)
2026-06-04T14:15:49.8185821Z 
2026-06-04T14:15:49.8186079Z running 0 tests
2026-06-04T14:15:49.8186284Z 
2026-06-04T14:15:49.8186627Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:15:49.8186903Z 
2026-06-04T14:15:49.8198654Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-396e5f5e9055dabb.exe)
2026-06-04T14:15:49.8475860Z 
2026-06-04T14:15:49.8476056Z running 3 tests
2026-06-04T14:15:49.8554615Z test mock_manifest_parses_and_validates ... ok
2026-06-04T14:15:49.8554965Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T14:15:49.8555244Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T14:15:49.8555425Z 
2026-06-04T14:15:49.8555654Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:15:49.8555883Z 
2026-06-04T14:15:49.8568216Z      Running unittests src\main.rs (target\debug\deps\spt-1b141eb64d78155d.exe)
2026-06-04T14:15:49.9368781Z 
2026-06-04T14:15:49.9369103Z running 63 tests
2026-06-04T14:15:49.9378550Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T14:15:49.9379141Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T14:15:49.9379738Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T14:15:49.9380320Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T14:15:49.9381511Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T14:15:49.9382041Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T14:15:49.9382566Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T14:15:49.9448827Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T14:15:49.9463347Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T14:15:49.9519720Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T14:15:49.9521734Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T14:15:50.1195057Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-04T14:15:50.1202071Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T14:15:50.1266065Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T14:15:50.2229518Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T14:15:50.2289860Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T14:15:50.2633094Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T14:15:50.2643473Z test api::tests::adapter_is_required ... ok
2026-06-04T14:15:50.2650005Z test api::tests::state_value_is_validated ... ok
2026-06-04T14:15:50.2650541Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T14:15:50.2665118Z test api::tests::surface_parses ... ok
2026-06-04T14:15:50.2759329Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-04T14:15:50.2862416Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T14:15:50.2903316Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T14:15:50.2923896Z test cli::tests::access_subcommands_parse ... ok
2026-06-04T14:15:50.2926457Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T14:15:50.2929880Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T14:15:50.2938635Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T14:15:50.2939011Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T14:15:50.2975477Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T14:15:50.2985289Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T14:15:50.2991360Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T14:15:50.2994227Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T14:15:50.2997643Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-04T14:15:50.3015495Z test cli::tests::notify_surface_parses ... ok
2026-06-04T14:15:50.3026918Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T14:15:50.3033683Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T14:15:50.3040252Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T14:15:50.3047358Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T14:15:50.3050015Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T14:15:50.3118065Z test cli::tests::subcommands_parse ... ok
2026-06-04T14:15:50.3120957Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T14:15:50.3123038Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T14:15:50.3123974Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T14:15:50.3125067Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T14:15:50.3126247Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T14:15:50.3194245Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-04T14:15:50.3310428Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T14:15:50.3653278Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T14:15:50.3949010Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-04T14:15:50.3995029Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T14:15:50.4113362Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T14:15:50.4170419Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T14:15:50.4517148Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T14:15:50.4886797Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T14:15:50.4940996Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T14:15:50.5023148Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T14:15:50.5058395Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T14:15:50.5147106Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T14:15:50.6133019Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T14:15:50.6157274Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T14:15:52.1543898Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-04T14:15:52.3077772Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-04T14:15:52.3078012Z 
2026-06-04T14:15:52.3078301Z test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.37s
2026-06-04T14:15:52.3079081Z 
2026-06-04T14:15:52.3159376Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-3a9c5cbb01672c99.exe)
2026-06-04T14:15:52.6111184Z 
2026-06-04T14:15:52.6111527Z running 4 tests
2026-06-04T14:15:54.0054861Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T14:15:54.0245334Z SEEDED:60068
2026-06-04T14:15:54.9376548Z test live_agent_lifecycle_e2e ... ok
2026-06-04T14:15:55.0849982Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T14:15:55.1447635Z SEEDED:60068
2026-06-04T14:15:55.4878503Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T14:15:55.4878731Z 
2026-06-04T14:15:55.4878926Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.88s
2026-06-04T14:15:55.4879181Z 
2026-06-04T14:15:55.4893324Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-b2a8255de494d17d.exe)
2026-06-04T14:15:56.1467215Z 
2026-06-04T14:15:56.1467836Z running 133 tests
2026-06-04T14:15:56.1474197Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T14:15:56.1475326Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T14:15:56.1476058Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T14:15:56.1476581Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T14:15:56.1477082Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T14:15:56.1477647Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T14:15:56.1479319Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T14:15:56.1500707Z test config::tests::missing_file_is_default ... ok
2026-06-04T14:15:56.1562057Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T14:15:56.1562556Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T14:15:56.1565362Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-04T14:15:56.1566786Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T14:15:56.1567509Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T14:15:56.1568106Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T14:15:56.1568581Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T14:15:56.1571963Z test config::tests::save_load_roundtrip ... ok
2026-06-04T14:15:56.1582057Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T14:15:56.1589063Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T14:15:56.1602127Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T14:15:56.1604966Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T14:15:56.1606092Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T14:15:56.1606998Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T14:15:56.1607746Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T14:15:56.1608417Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T14:15:56.1608943Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T14:15:56.1610157Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T14:15:56.1610790Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T14:15:56.1612048Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-04T14:15:56.1612785Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-04T14:15:56.1615295Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T14:15:56.1616786Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T14:15:56.1617525Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T14:15:56.1618301Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T14:15:56.1618884Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T14:15:56.1619450Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T14:15:56.1620042Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T14:15:56.1620586Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T14:15:56.1722502Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T14:15:56.1848070Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T14:15:56.1851216Z test access::tests::gate_decision_table ... ok
2026-06-04T14:15:56.1890346Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T14:15:56.1928745Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T14:15:56.1931939Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T14:15:56.1936702Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-04T14:15:56.1938199Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T14:15:56.1940843Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T14:15:56.1942375Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T14:15:56.1944268Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-04T14:15:56.1945450Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T14:15:56.1957519Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T14:15:56.2014160Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T14:15:56.2113471Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-04T14:15:56.2181963Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T14:15:56.2308889Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T14:15:56.2780056Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T14:15:56.3011806Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T14:15:56.3283037Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-04T14:15:56.3334173Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T14:15:56.3812566Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T14:15:56.4620703Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T14:15:56.4936617Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-04T14:15:56.5325235Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T14:15:56.6128730Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T14:15:56.6250175Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-04T14:15:56.6367178Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-04T14:15:56.6580962Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-04T14:15:56.6824008Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T14:15:56.7614112Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T14:15:56.8255591Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-04T14:15:58.3668776Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T14:15:58.6177714Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-04T14:15:58.6178830Z test reconcile::tests::active_node_wins ... ok
2026-06-04T14:15:58.6180349Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-04T14:15:58.6181489Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-04T14:15:58.6182412Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-04T14:15:58.7647490Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-04T14:15:58.9589606Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-04T14:15:59.0376721Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-04T14:15:59.0424129Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-04T14:15:59.0484598Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-04T14:15:59.1810068Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-04T14:15:59.2253358Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-04T14:15:59.2357893Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-04T14:15:59.2421797Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-04T14:15:59.2507299Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T14:15:59.2593424Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T14:15:59.2678125Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T14:15:59.2679327Z test release::tests::hex_roundtrips ... ok
2026-06-04T14:15:59.2928596Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T14:15:59.2997333Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-04T14:15:59.3001378Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T14:15:59.3086192Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T14:15:59.3174465Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T14:15:59.3258251Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T14:15:59.3470171Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-04T14:15:59.3490970Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-04T14:15:59.3569122Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-04T14:15:59.3570170Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-04T14:15:59.4265085Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-04T14:15:59.4278688Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-04T14:15:59.4279824Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-04T14:15:59.4420203Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-04T14:15:59.4421546Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-04T14:15:59.5954345Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-04T14:15:59.6989522Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-04T14:15:59.8567318Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-04T14:15:59.8568319Z test sync::tests::gate_decision_table ... ok
2026-06-04T14:15:59.9656053Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-04T14:15:59.9660147Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T14:15:59.9663038Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T14:15:59.9664076Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T14:15:59.9665141Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T14:15:59.9666384Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T14:15:59.9667472Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T14:15:59.9837105Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T14:15:59.9923215Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T14:16:00.0114081Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-04T14:16:00.0114999Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-04T14:16:00.0789941Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-04T14:16:00.1748219Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-04T14:16:00.3409725Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-04T14:16:00.4456144Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-04T14:16:00.5832985Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-04T14:16:00.6318790Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-04T14:16:00.6535685Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-04T14:16:00.6784852Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-04T14:16:00.7087175Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-04T14:16:00.8652166Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T14:16:00.9727935Z test relay::tests::run_honors_stop ... ok
2026-06-04T14:16:01.0110188Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-04T14:16:01.0175830Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T14:16:01.0238740Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T14:16:01.0299922Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T14:16:01.0300115Z 
2026-06-04T14:16:01.0300318Z test result: ok. 133 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.88s
2026-06-04T14:16:01.0300573Z 
2026-06-04T14:16:01.0348347Z      Running tests\access.rs (target\debug\deps\access-49c8e4f5380f1873.exe)
2026-06-04T14:16:01.6780981Z 
2026-06-04T14:16:01.6781355Z running 1 test
2026-06-04T14:16:01.9331541Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-04T14:16:01.9331795Z 
2026-06-04T14:16:01.9332187Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-04T14:16:01.9332463Z 
2026-06-04T14:16:01.9380573Z      Running tests\attach.rs (target\debug\deps\attach-4bf08343f40b3b94.exe)
2026-06-04T14:16:02.5781221Z 
2026-06-04T14:16:02.5781605Z running 3 tests
2026-06-04T14:16:02.7485819Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-04T14:16:02.7549772Z test attach_registers_remote_drive_detection ... ok
2026-06-04T14:16:02.8109550Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:16:02.8110034Z 
2026-06-04T14:16:02.8110218Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-04T14:16:02.8110821Z 
2026-06-04T14:16:02.8316267Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-33f748525d4d32e8.exe)
2026-06-04T14:16:03.3344070Z 
2026-06-04T14:16:03.3344387Z running 1 test
2026-06-04T14:16:03.3591916Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T14:16:03.3592145Z 
2026-06-04T14:16:03.3592344Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-04T14:16:03.3592606Z 
2026-06-04T14:16:03.3604363Z      Running tests\broker.rs (target\debug\deps\broker-ac93a670114a86e5.exe)
2026-06-04T14:16:03.8492401Z 
2026-06-04T14:16:03.8492751Z running 1 test
2026-06-04T14:16:03.8735659Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T14:16:03.8735893Z 
2026-06-04T14:16:03.8736109Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-04T14:16:03.8736351Z 
2026-06-04T14:16:03.8747588Z      Running tests\budget.rs (target\debug\deps\budget-e854b729f243eb26.exe)
2026-06-04T14:16:04.3602609Z 
2026-06-04T14:16:04.3602959Z running 1 test
2026-06-04T14:16:04.3604240Z test measure_dormant_seat_budget ... ok
2026-06-04T14:16:04.3604423Z 
2026-06-04T14:16:04.3604632Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:04.3604871Z 
2026-06-04T14:16:04.3615612Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-022404c012b60db1.exe)
2026-06-04T14:16:04.9701242Z 
2026-06-04T14:16:04.9701608Z running 1 test
2026-06-04T14:16:06.9114645Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T14:16:06.9114887Z 
2026-06-04T14:16:06.9115086Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.94s
2026-06-04T14:16:06.9115340Z 
2026-06-04T14:16:06.9130269Z      Running tests\digest.rs (target\debug\deps\digest-b8f993449c564c32.exe)
2026-06-04T14:16:06.9405885Z 
2026-06-04T14:16:06.9406095Z running 1 test
2026-06-04T14:16:07.0800390Z test digest_daemon_half_end_to_end ... ok
2026-06-04T14:16:07.0800591Z 
2026-06-04T14:16:07.0800798Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
2026-06-04T14:16:07.0801055Z 
2026-06-04T14:16:07.0819531Z      Running tests\dispatch.rs (target\debug\deps\dispatch-e3114e319590a8d8.exe)
2026-06-04T14:16:07.1175648Z 
2026-06-04T14:16:07.1175857Z running 7 tests
2026-06-04T14:16:07.2869448Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-04T14:16:07.3875252Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-04T14:16:07.5009676Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-04T14:16:08.5003772Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-04T14:16:08.7384723Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-04T14:16:08.9191251Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-04T14:16:09.0148353Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-04T14:16:09.0148589Z 
2026-06-04T14:16:09.0148770Z test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.90s
2026-06-04T14:16:09.0149070Z 
2026-06-04T14:16:09.0469036Z      Running tests\handoff.rs (target\debug\deps\handoff-d998f8eb6e71c95c.exe)
2026-06-04T14:16:09.5425614Z 
2026-06-04T14:16:09.5425989Z running 1 test
2026-06-04T14:16:09.7367239Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T14:16:09.7367470Z 
2026-06-04T14:16:09.7367664Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-04T14:16:09.7367918Z 
2026-06-04T14:16:09.7382523Z      Running tests\idempotent.rs (target\debug\deps\idempotent-d898365c32b3ad5a.exe)
2026-06-04T14:16:09.7692452Z 
2026-06-04T14:16:09.7692846Z running 1 test
2026-06-04T14:16:09.8838325Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T14:16:09.8838525Z 
2026-06-04T14:16:09.8838721Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
2026-06-04T14:16:09.8838953Z 
2026-06-04T14:16:09.8971388Z      Running tests\netbroker.rs (target\debug\deps\netbroker-efea41c09929af73.exe)
2026-06-04T14:16:10.5489098Z 
2026-06-04T14:16:10.5489333Z running 5 tests
2026-06-04T14:16:10.5512776Z test netless_broker_probes_gracefully ... ok
2026-06-04T14:16:10.5891501Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T14:16:10.5895012Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T14:16:10.6351685Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T14:16:10.6359105Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T14:16:10.6359283Z 
2026-06-04T14:16:10.6359449Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T14:16:10.6359685Z 
2026-06-04T14:16:10.6459952Z      Running tests\netstream.rs (target\debug\deps\netstream-6be2ab42d1f395d4.exe)
2026-06-04T14:16:11.3098024Z 
2026-06-04T14:16:11.3098291Z running 2 tests
2026-06-04T14:16:11.6874983Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T14:16:11.8386635Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T14:16:11.8386897Z 
2026-06-04T14:16:11.8387102Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
2026-06-04T14:16:11.8387704Z 
2026-06-04T14:16:11.8546417Z      Running tests\notifsync.rs (target\debug\deps\notifsync-c09109e64dc36bba.exe)
2026-06-04T14:16:12.5344932Z 
2026-06-04T14:16:12.5345182Z running 1 test
2026-06-04T14:16:12.7958278Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-04T14:16:12.7958484Z 
2026-06-04T14:16:12.7958648Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-04T14:16:12.7958888Z 
2026-06-04T14:16:12.8014082Z      Running tests\peerloop.rs (target\debug\deps\peerloop-124e2a2a0d8d2e93.exe)
2026-06-04T14:16:12.8412091Z 
2026-06-04T14:16:12.8412299Z running 1 test
2026-06-04T14:16:14.5479385Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-04T14:16:14.5479564Z 
2026-06-04T14:16:14.5479722Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.71s
2026-06-04T14:16:14.5480148Z 
2026-06-04T14:16:14.5576149Z      Running tests\presence.rs (target\debug\deps\presence-07fda676be4bbde2.exe)
2026-06-04T14:16:14.5933007Z 
2026-06-04T14:16:14.5933193Z running 2 tests
2026-06-04T14:16:14.8185816Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-04T14:16:14.8187820Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-04T14:16:14.8188005Z 
2026-06-04T14:16:14.8188167Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-04T14:16:14.8188393Z 
2026-06-04T14:16:14.8231258Z      Running tests\propagate.rs (target\debug\deps\propagate-71b9a3c11c1fb577.exe)
2026-06-04T14:16:14.8650652Z 
2026-06-04T14:16:14.8650833Z running 4 tests
2026-06-04T14:16:15.0393426Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-04T14:16:15.0464151Z test untrusted_origin_gets_no_offer ... ok
2026-06-04T14:16:15.0549881Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-04T14:16:15.2733826Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-04T14:16:15.2734025Z 
2026-06-04T14:16:15.2734255Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
2026-06-04T14:16:15.2734467Z 
2026-06-04T14:16:15.2997903Z      Running tests\replicate.rs (target\debug\deps\replicate-a52af5083c337f41.exe)
2026-06-04T14:16:15.9634654Z 
2026-06-04T14:16:15.9634917Z running 1 test
2026-06-04T14:16:16.1195441Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-04T14:16:16.1195641Z 
2026-06-04T14:16:16.1195840Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
2026-06-04T14:16:16.1196347Z 
2026-06-04T14:16:16.1283443Z      Running tests\sync.rs (target\debug\deps\sync-3c64122492f94bb2.exe)
2026-06-04T14:16:16.1650960Z 
2026-06-04T14:16:16.1651151Z running 3 tests
2026-06-04T14:16:17.6375310Z test torn_pull_recovers_by_repulling ... ok
2026-06-04T14:16:19.7517737Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-04T14:16:20.4787686Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-04T14:16:20.4787895Z 
2026-06-04T14:16:20.4788132Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s
2026-06-04T14:16:20.4788399Z 
2026-06-04T14:16:20.5031851Z      Running tests\twohost.rs (target\debug\deps\twohost-2a309e4050f00bec.exe)
2026-06-04T14:16:21.1566882Z 
2026-06-04T14:16:21.1567148Z running 2 tests
2026-06-04T14:16:21.1569005Z test two_host_ladder_role_a ... ok
2026-06-04T14:16:21.1569221Z test two_host_ladder_role_b ... ok
2026-06-04T14:16:21.1569333Z 
2026-06-04T14:16:21.1569495Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:21.1569712Z 
2026-06-04T14:16:21.1587351Z      Running tests\wanmsg.rs (target\debug\deps\wanmsg-b6e3d346ce6c51ce.exe)
2026-06-04T14:16:21.8209349Z 
2026-06-04T14:16:21.8209602Z running 2 tests
2026-06-04T14:16:22.2032375Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-04T14:16:22.2072983Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-04T14:16:22.2073174Z 
2026-06-04T14:16:22.2073334Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
2026-06-04T14:16:22.2073557Z 
2026-06-04T14:16:22.2134213Z      Running tests\xfer.rs (target\debug\deps\xfer-7f160574a881b9ae.exe)
2026-06-04T14:16:22.2524242Z 
2026-06-04T14:16:22.2524476Z running 2 tests
2026-06-04T14:16:22.5109803Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:16:22.5574765Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-04T14:16:22.5575074Z 
2026-06-04T14:16:22.5575375Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T14:16:22.5575814Z 
2026-06-04T14:16:22.5679226Z      Running unittests src\lib.rs (target\debug\deps\spt_live-8abfcdb1e679687a.exe)
2026-06-04T14:16:22.5973483Z 
2026-06-04T14:16:22.5973708Z running 49 tests
2026-06-04T14:16:22.5976422Z test context::tests::direct_always_writes ... ok
2026-06-04T14:16:22.5979674Z test context::tests::llm_past_window_writes ... ok
2026-06-04T14:16:22.5980030Z test echo::tests::provenance_is_stamped ... ok
2026-06-04T14:16:22.5980944Z test context::tests::llm_within_window_suppressed ... ok
2026-06-04T14:16:22.5981588Z test context::tests::llm_over_llm_writes ... ok
2026-06-04T14:16:22.5981970Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-04T14:16:22.6045407Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-04T14:16:22.6045885Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-04T14:16:22.6047271Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-04T14:16:22.6047648Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-04T14:16:22.6048758Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-04T14:16:22.6049048Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-04T14:16:22.6050048Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-04T14:16:22.6050325Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-04T14:16:22.6052640Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-04T14:16:22.6053014Z test psyche::tests::prompt_without_event ... ok
2026-06-04T14:16:22.6242950Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-04T14:16:22.6248014Z test history::tests::native_missing_log_is_empty ... ok
2026-06-04T14:16:22.6306594Z test history::tests::native_reads_logged_records ... ok
2026-06-04T14:16:22.6319428Z test history::tests::fetcher_yields_records ... ok
2026-06-04T14:16:22.6397687Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-04T14:16:22.6416744Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-04T14:16:22.6459981Z test echo::tests::echo_nonzero_errors ... ok
2026-06-04T14:16:22.6514723Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-04T14:16:22.9099751Z test history::tests::fetcher_timeout_errors ... ok
2026-06-04T14:16:23.2750371Z test ingest::tests::both_drops_ingested ... ok
2026-06-04T14:16:23.7429331Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-04T14:16:23.7436553Z test ingest::tests::no_drops_is_empty ... ok
2026-06-04T14:16:23.7438153Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-04T14:16:23.7439609Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-04T14:16:23.7440915Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-04T14:16:23.7450578Z test signoff::tests::stale_signoff_swept ... ok
2026-06-04T14:16:23.7765663Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-04T14:16:23.8054923Z test turn::tests::turn_captures_stdout ... ok
2026-06-04T14:16:26.1483673Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-04T14:16:26.9076028Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-04T14:16:26.9251958Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-04T14:16:26.9268392Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-04T14:16:27.3194684Z test pulse::tests::tick_ingests_drops ... ok
2026-06-04T14:16:27.3210843Z test pulse::tests::tick_reports_idle ... ok
2026-06-04T14:16:27.7680975Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-04T14:16:28.0205324Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-04T14:16:28.6760539Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-04T14:16:29.1601081Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-04T14:16:29.1915049Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-04T14:16:29.7183639Z test resume::tests::download_composes_two_tiers ... ok
2026-06-04T14:16:29.7501184Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-04T14:16:29.7506700Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:16:30.7127642Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-04T14:16:30.7127826Z 
2026-06-04T14:16:30.7128000Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.12s
2026-06-04T14:16:30.7128213Z 
2026-06-04T14:16:30.7141513Z      Running unittests src\lib.rs (target\debug\deps\spt_msg-7c358ccef53fe7d0.exe)
2026-06-04T14:16:30.9112253Z 
2026-06-04T14:16:30.9112478Z running 22 tests
2026-06-04T14:16:30.9119214Z test deliver::tests::deferred_send_validates ... ok
2026-06-04T14:16:30.9121796Z test ring::tests::ring_no_perch ... ok
2026-06-04T14:16:31.0211802Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-04T14:16:31.0212686Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-04T14:16:31.0214755Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-04T14:16:31.0219746Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-04T14:16:31.0224548Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-04T14:16:31.0338241Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-04T14:16:31.0648468Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-04T14:16:31.0842909Z test deliver::tests::send_outcome_mapping ... ok
2026-06-04T14:16:31.1116708Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-04T14:16:31.1330899Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-04T14:16:31.1737415Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-04T14:16:31.1813718Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-04T14:16:31.1949858Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-04T14:16:31.2269731Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-04T14:16:31.2415141Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-04T14:16:31.3208842Z test listener::tests::drop_unregisters_address ... ok
2026-06-04T14:16:31.3386119Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-04T14:16:31.3711285Z test ready::tests::backlog_drains_on_start ... ok
2026-06-04T14:16:31.4914784Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-04T14:16:33.0400538Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-04T14:16:33.0400767Z 
2026-06-04T14:16:33.0400936Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s
2026-06-04T14:16:33.0401150Z 
2026-06-04T14:16:33.0416939Z      Running tests\killer_quickstart.rs (target\debug\deps\killer_quickstart-984c4034fa6a74ba.exe)
2026-06-04T14:16:33.0730787Z 
2026-06-04T14:16:33.0730896Z running 2 tests
2026-06-04T14:16:33.3058889Z test offline_then_online_delivers_backlog ... ok
2026-06-04T14:16:33.4331104Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-04T14:16:33.4331280Z 
2026-06-04T14:16:33.4331436Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
2026-06-04T14:16:33.4331645Z 
2026-06-04T14:16:33.4347714Z      Running unittests src\lib.rs (target\debug\deps\spt_net-8e75d57a161aa0ff.exe)
2026-06-04T14:16:33.4700709Z 
2026-06-04T14:16:33.4700928Z running 91 tests
2026-06-04T14:16:33.4704164Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-04T14:16:33.4707387Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-04T14:16:33.4707925Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-04T14:16:33.4708296Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:16:33.4708826Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-04T14:16:33.4709158Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:16:33.4709672Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:16:33.4710131Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-04T14:16:33.4710537Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-04T14:16:33.4710940Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-04T14:16:33.4711359Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-04T14:16:33.4711807Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:16:33.4712270Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-04T14:16:33.4712751Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-04T14:16:33.4713252Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-04T14:16:33.4713872Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-04T14:16:33.4714386Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-04T14:16:33.4714952Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-04T14:16:33.4717730Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-04T14:16:33.4718913Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-04T14:16:33.4719809Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-04T14:16:33.4720966Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-04T14:16:33.4721440Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-04T14:16:33.4721869Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-04T14:16:33.4722325Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-04T14:16:33.4725704Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-04T14:16:33.4732831Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-04T14:16:33.4733336Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-04T14:16:33.4734748Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-04T14:16:33.4735340Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-04T14:16:33.4735936Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-04T14:16:33.4736531Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-04T14:16:33.4737060Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-04T14:16:33.5078056Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-04T14:16:33.5225337Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-04T14:16:33.5251440Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-04T14:16:33.5260122Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-04T14:16:33.5260556Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-04T14:16:33.5264811Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-04T14:16:33.5272521Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-04T14:16:33.5281947Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-04T14:16:33.5292226Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-04T14:16:33.5295386Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-04T14:16:33.5299540Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-04T14:16:33.5302161Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-04T14:16:33.5303847Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-04T14:16:33.5306167Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-04T14:16:33.5308761Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-04T14:16:33.5310302Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-04T14:16:33.5311658Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-04T14:16:33.5313022Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-04T14:16:33.5314581Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-04T14:16:33.5316123Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-04T14:16:33.5317611Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-04T14:16:33.5319093Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-04T14:16:33.5320563Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-04T14:16:33.5322387Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-04T14:16:33.5323642Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-04T14:16:33.5325053Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-04T14:16:33.5326440Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-04T14:16:33.5327562Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-04T14:16:33.5329891Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-04T14:16:33.5330903Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-04T14:16:33.5332570Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:16:33.5335068Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:16:33.5336643Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:16:33.5339172Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:16:33.5340452Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:16:33.5341914Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:16:33.5343727Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:16:33.5344758Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:16:33.5345809Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:16:33.5346768Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-04T14:16:33.5347893Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:16:33.5349144Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:16:33.5351105Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:16:33.5432317Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-04T14:16:33.5434569Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-04T14:16:33.5439932Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-04T14:16:33.5466678Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-04T14:16:33.5479530Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-04T14:16:33.5485596Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-04T14:16:33.5490087Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-04T14:16:33.5838622Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-04T14:16:33.5843872Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-04T14:16:33.5844346Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-04T14:16:33.5848363Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-04T14:16:33.6573351Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-04T14:16:33.6574776Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-04T14:16:33.6579575Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-04T14:16:33.6657516Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-04T14:16:33.6657709Z 
2026-06-04T14:16:33.6657902Z test result: ok. 90 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-04T14:16:33.6658132Z 
2026-06-04T14:16:33.6699125Z      Running unittests src\lib.rs (target\debug\deps\spt_proto-e67c0d5e8c4795e8.exe)
2026-06-04T14:16:33.7439997Z 
2026-06-04T14:16:33.7440235Z running 54 tests
2026-06-04T14:16:33.7444840Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-04T14:16:33.7445609Z test addr::tests::display_round_trips ... ok
2026-06-04T14:16:33.7446403Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-04T14:16:33.7447086Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-04T14:16:33.7447342Z test endpoint::tests::broker_and_node_families ... ok
2026-06-04T14:16:33.7448343Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-04T14:16:33.7448812Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-04T14:16:33.7449325Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-04T14:16:33.7449631Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-04T14:16:33.7449964Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-04T14:16:33.7450355Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-04T14:16:33.7450722Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-04T14:16:33.7451060Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-04T14:16:33.7451410Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-04T14:16:33.7451847Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-04T14:16:33.7452210Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-04T14:16:33.7452699Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-04T14:16:33.7453303Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-04T14:16:33.7453808Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-04T14:16:33.7454250Z test envelope::tests::parser_both_tags_present ... ok
2026-06-04T14:16:33.7454779Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-04T14:16:33.7455396Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-04T14:16:33.7455948Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-04T14:16:33.7456484Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-04T14:16:33.7456978Z test event::tests::alarm_event_round_trips ... ok
2026-06-04T14:16:33.7457357Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-04T14:16:33.7457729Z test event::tests::attr_order_preserved ... ok
2026-06-04T14:16:33.7458175Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-04T14:16:33.7458875Z test event::tests::empty_body_envelope_parses ... ok
2026-06-04T14:16:33.7459329Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-04T14:16:33.7459768Z test event::tests::msg_event_round_trips ... ok
2026-06-04T14:16:33.7460234Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-04T14:16:33.7460761Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-04T14:16:33.7461246Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-04T14:16:33.7461669Z test id::tests::accepts_japanese_scripts ... ok
2026-06-04T14:16:33.7462060Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-04T14:16:33.7462445Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-04T14:16:33.7462840Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-04T14:16:33.7463234Z test id::tests::reports_bad_char_position ... ok
2026-06-04T14:16:33.7463620Z test id::tests::reserves_address_delimiters ... ok
2026-06-04T14:16:33.7464028Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-04T14:16:33.7464497Z test payload::tests::base64_known_vectors ... ok
2026-06-04T14:16:33.7464914Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-04T14:16:33.7465361Z test payload::tests::command_payload_round_trips ... ok
2026-06-04T14:16:33.7465736Z test payload::tests::text_payload_round_trips ... ok
2026-06-04T14:16:33.7466115Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-04T14:16:33.7466533Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-04T14:16:33.7466966Z test version::tests::current_version_self_compatible ... ok
2026-06-04T14:16:33.7467425Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-04T14:16:33.7467899Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-04T14:16:33.7468812Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-04T14:16:33.7545230Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-04T14:16:33.7630469Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-04T14:16:33.7792448Z test identity::tests::sign_verify_round_trip ... ok
2026-06-04T14:16:33.7792607Z 
2026-06-04T14:16:33.7792770Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T14:16:33.7792985Z 
2026-06-04T14:16:33.7804910Z      Running unittests src\lib.rs (target\debug\deps\spt_runtime-ead00a4ad35b02d7.exe)
2026-06-04T14:16:33.9071498Z 
2026-06-04T14:16:33.9071670Z running 21 tests
2026-06-04T14:16:33.9079603Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-04T14:16:33.9080161Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-04T14:16:33.9080792Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-04T14:16:33.9081559Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-04T14:16:33.9082059Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-04T14:16:33.9082531Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-04T14:16:33.9083035Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-04T14:16:33.9083528Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-04T14:16:33.9083959Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-04T14:16:33.9084742Z test manifest::tests::shell_fixture_parses ... ok
2026-06-04T14:16:33.9085070Z test runtime::tests::fills_known_placeholders ... ok
2026-06-04T14:16:33.9085357Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:16:33.9085613Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-04T14:16:33.9085857Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-04T14:16:33.9086324Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-04T14:16:33.9086553Z test runtime::tests::unknown_role_errors ... ok
2026-06-04T14:16:33.9090385Z test manifest::tests::round_trips_through_toml ... ok
2026-06-04T14:16:33.9090721Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-04T14:16:33.9202855Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-04T14:16:33.9394185Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-04T14:16:34.2189721Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-04T14:16:34.2189899Z 
2026-06-04T14:16:34.2190062Z test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T14:16:34.2190276Z 
2026-06-04T14:16:34.2204684Z      Running unittests src\lib.rs (target\debug\deps\spt_store-492ab34c597832e8.exe)
2026-06-04T14:16:34.4729836Z 
2026-06-04T14:16:34.4730061Z running 130 tests
2026-06-04T14:16:34.4734140Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-04T14:16:34.4734625Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-04T14:16:34.4735484Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-04T14:16:34.4735984Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-04T14:16:34.4737104Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-04T14:16:34.4737641Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-04T14:16:34.4737943Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-04T14:16:34.4741087Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-04T14:16:34.4741481Z test contextmark::tests::merge_decisions ... ok
2026-06-04T14:16:34.4741891Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-04T14:16:34.4743165Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-04T14:16:34.4743764Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-04T14:16:34.4805680Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-04T14:16:34.4816517Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-04T14:16:34.4829048Z test access::tests::recent_outbound_persists ... ok
2026-06-04T14:16:34.4841993Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-04T14:16:34.4864089Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-04T14:16:34.4871756Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-04T14:16:34.4876408Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-04T14:16:34.4889088Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-04T14:16:34.5007603Z test history::tests::appends_one_record_per_line ... ok
2026-06-04T14:16:34.5015916Z test home::tests::home_assignment_matrix ... ok
2026-06-04T14:16:34.5017770Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-04T14:16:34.5030750Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-04T14:16:34.5050039Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-04T14:16:34.5053583Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-04T14:16:34.5162365Z test info::tests::corrupt_content_returns_none ... ok
2026-06-04T14:16:34.5219198Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-04T14:16:34.5277505Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-04T14:16:34.5426487Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-04T14:16:34.5476955Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-04T14:16:34.5632807Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-04T14:16:34.5634132Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-04T14:16:34.5671824Z test info::tests::write_read_round_trip ... ok
2026-06-04T14:16:34.5717201Z test info::tests::set_status_marks_existing_record ... ok
2026-06-04T14:16:34.5770772Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-04T14:16:34.5799059Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-04T14:16:34.5899014Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-04T14:16:34.5915016Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-04T14:16:34.5917442Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-04T14:16:34.5996622Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-04T14:16:34.6039486Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-04T14:16:34.6271799Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-04T14:16:34.6300002Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-04T14:16:34.6728037Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-04T14:16:34.6953984Z test contextstore::tests::invalid_id_refused ... ok
2026-06-04T14:16:34.6955135Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-04T14:16:34.7407752Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-04T14:16:34.8106250Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-04T14:16:34.8117009Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-04T14:16:34.8127068Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-04T14:16:34.8127599Z test perch::tests::classification_matrix ... ok
2026-06-04T14:16:34.8142198Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-04T14:16:34.8170852Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-04T14:16:34.8171500Z test perch::tests::resolve_self_is_flat ... ok
2026-06-04T14:16:34.8199712Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-04T14:16:34.8208851Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-04T14:16:34.8213061Z test proc::tests::current_process_is_alive ... ok
2026-06-04T14:16:34.8221905Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-04T14:16:34.8223247Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-04T14:16:34.8223784Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-04T14:16:34.8226986Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-04T14:16:34.8227515Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-04T14:16:34.8333790Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-04T14:16:34.8570892Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-04T14:16:34.9617137Z test registry::tests::register_and_lookup ... ok
2026-06-04T14:16:35.0145873Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-04T14:16:35.0146626Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-04T14:16:35.0521331Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-04T14:16:35.1461640Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-04T14:16:35.1526750Z test registry::tests::reregister_replaces_address ... ok
2026-06-04T14:16:35.1824483Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-04T14:16:35.1831229Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-04T14:16:35.1833445Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-04T14:16:35.1835271Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-04T14:16:35.2121053Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-04T14:16:35.2327635Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-04T14:16:35.2756750Z test project::tests::derivation_ladder ... ok
2026-06-04T14:16:35.3550118Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-04T14:16:35.3980918Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-04T14:16:35.4420070Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-04T14:16:35.4531061Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-04T14:16:35.5093959Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-04T14:16:35.5094472Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-04T14:16:35.5100235Z test spool::tests::reopen_is_idempotent ... ok
2026-06-04T14:16:35.5100663Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-04T14:16:35.5103289Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-04T14:16:35.5107456Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-04T14:16:35.5187404Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-04T14:16:35.5189975Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-04T14:16:35.5194789Z test subnet::tests::remove_drops_membership ... ok
2026-06-04T14:16:35.5195258Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-04T14:16:35.5228521Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-04T14:16:35.5345920Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-04T14:16:35.5487408Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-04T14:16:35.6092416Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-04T14:16:35.6380396Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-04T14:16:35.7026392Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-04T14:16:35.7088272Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-04T14:16:35.7094955Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-04T14:16:35.7096247Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-04T14:16:35.7097981Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-04T14:16:35.7100784Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-04T14:16:35.7104887Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-04T14:16:35.7107600Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-04T14:16:35.7108066Z test trust::tests::revoke_removes_trust ... ok
2026-06-04T14:16:35.7111997Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-04T14:16:35.7136487Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-04T14:16:35.7165578Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-04T14:16:35.7174200Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-04T14:16:35.7174713Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-04T14:16:35.7177731Z test visibility::tests::override_wins_both_directions ... ok
2026-06-04T14:16:35.7214103Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-04T14:16:35.7249902Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-04T14:16:35.7334093Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-04T14:16:35.7350873Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-04T14:16:35.7457021Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-04T14:16:35.8741961Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-04T14:16:36.7587892Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-04T14:16:37.0123118Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-04T14:16:37.8073676Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-04T14:16:38.4376342Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-04T14:16:38.9934705Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-04T14:16:39.1758734Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-04T14:16:39.2155616Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-04T14:16:39.5912147Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-04T14:16:40.3693677Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-04T14:16:40.5888484Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-04T14:16:41.4609482Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-04T14:16:44.5268224Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-04T14:16:44.5268432Z 
2026-06-04T14:16:44.5268589Z test result: ok. 130 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.05s
2026-06-04T14:16:44.5268810Z 
2026-06-04T14:16:44.5286050Z      Running unittests src\lib.rs (target\debug\deps\spt_term-7ded13700447d846.exe)
2026-06-04T14:16:44.6823726Z 
2026-06-04T14:16:44.6823960Z running 8 tests
2026-06-04T14:16:44.6827976Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-04T14:16:44.6829333Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-04T14:16:44.6831991Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-04T14:16:44.6872017Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-04T14:16:44.6873451Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-04T14:16:44.6876043Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-04T14:16:44.6876349Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-04T14:16:44.6879513Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-04T14:16:44.6879658Z 
2026-06-04T14:16:44.6879814Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:16:44.6880023Z 
2026-06-04T14:16:44.6893960Z      Running tests\digest.rs (target\debug\deps\digest-6ac06f15f4beba54.exe)
2026-06-04T14:16:44.8632932Z 
2026-06-04T14:16:44.8633153Z running 1 test
2026-06-04T14:16:44.8981891Z test digest_parses_a_real_pty_stream ... ok
2026-06-04T14:16:44.8982058Z 
2026-06-04T14:16:44.8982218Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T14:16:44.8982441Z 
2026-06-04T14:16:44.8995365Z      Running tests\dsr.rs (target\debug\deps\dsr-c1b15907eaf4317b.exe)
2026-06-04T14:16:44.9631235Z 
2026-06-04T14:16:44.9631361Z running 2 tests
2026-06-04T14:16:45.0057504Z test drain_forwards_child_output ... ok
2026-06-04T14:16:45.0062345Z test conpty_output_not_withheld_under_the_drain ... ok
2026-06-04T14:16:45.0062512Z 
2026-06-04T14:16:45.0062671Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T14:16:45.0062885Z 
2026-06-04T14:16:45.0074054Z      Running tests\inject.rs (target\debug\deps\inject-4f10fcdc2739ad5c.exe)
2026-06-04T14:16:45.0711594Z 
2026-06-04T14:16:45.0711715Z running 2 tests
2026-06-04T14:16:45.1219953Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-04T14:16:45.1220188Z test ctrl_c_interrupts_the_child ... ok
2026-06-04T14:16:45.1220306Z 
2026-06-04T14:16:45.1220466Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T14:16:45.1220671Z 
2026-06-04T14:16:45.1234648Z      Running tests\stream.rs (target\debug\deps\stream-bf8700113ecf530b.exe)
2026-06-04T14:16:45.1897102Z 
2026-06-04T14:16:45.1897248Z running 2 tests
2026-06-04T14:16:45.2263315Z test delivers_every_value_under_resize ... ok
2026-06-04T14:16:46.2034347Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-04T14:16:46.2034620Z 
2026-06-04T14:16:46.2034837Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-04T14:16:46.2035198Z 
2026-06-04T14:16:46.2049302Z      Running tests\surface.rs (target\debug\deps\surface-b6cab82372962717.exe)
2026-06-04T14:16:46.2650577Z 
2026-06-04T14:16:46.2651150Z running 1 test
2026-06-04T14:16:46.2750431Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-04T14:16:46.2750587Z 
2026-06-04T14:16:46.2750751Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:16:46.2750960Z 
2026-06-04T14:16:46.2760821Z    Doc-tests spt_daemon
2026-06-04T14:16:46.5838542Z 
2026-06-04T14:16:46.5838802Z running 0 tests
2026-06-04T14:16:46.5838918Z 
2026-06-04T14:16:46.5839085Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:46.5839363Z 
2026-06-04T14:16:46.5904331Z    Doc-tests spt_live
2026-06-04T14:16:46.6449153Z 
2026-06-04T14:16:46.6449290Z running 0 tests
2026-06-04T14:16:46.6449389Z 
2026-06-04T14:16:46.6449570Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:46.6449815Z 
2026-06-04T14:16:46.6492991Z    Doc-tests spt_msg
2026-06-04T14:16:46.6998614Z 
2026-06-04T14:16:46.6998805Z running 0 tests
2026-06-04T14:16:46.6998917Z 
2026-06-04T14:16:46.6999080Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:46.6999359Z 
2026-06-04T14:16:46.7046335Z    Doc-tests spt_net
2026-06-04T14:16:46.8974244Z 
2026-06-04T14:16:46.8974503Z running 0 tests
2026-06-04T14:16:46.8974626Z 
2026-06-04T14:16:46.8974796Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:46.8975011Z 
2026-06-04T14:16:46.9039471Z    Doc-tests spt_proto
2026-06-04T14:16:46.9492976Z 
2026-06-04T14:16:46.9493168Z running 0 tests
2026-06-04T14:16:46.9493316Z 
2026-06-04T14:16:46.9493589Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:46.9493960Z 
2026-06-04T14:16:46.9537907Z    Doc-tests spt_runtime
2026-06-04T14:16:47.0457966Z 
2026-06-04T14:16:47.0458211Z running 0 tests
2026-06-04T14:16:47.0458363Z 
2026-06-04T14:16:47.0458624Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:47.0458943Z 
2026-06-04T14:16:47.0510172Z    Doc-tests spt_store
2026-06-04T14:16:47.1668916Z 
2026-06-04T14:16:47.1669090Z running 0 tests
2026-06-04T14:16:47.1669190Z 
2026-06-04T14:16:47.1669358Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:47.1669564Z 
2026-06-04T14:16:47.1720445Z    Doc-tests spt_term
2026-06-04T14:16:47.2210275Z 
2026-06-04T14:16:47.2210365Z running 0 tests
2026-06-04T14:16:47.2210464Z 
2026-06-04T14:16:47.2210631Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:16:47.2210859Z 
2026-06-04T14:16:52.4040796Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-04T14:16:52.4041148Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-04T14:16:52.4043837Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T14:16:52.4046876Z ##[endgroup]
2026-06-04T14:16:53.2030181Z     Checking cfg-if v1.0.4
2026-06-04T14:16:53.2030375Z     Checking windows-link v0.2.1
2026-06-04T14:16:53.2030577Z     Checking typenum v1.20.1
2026-06-04T14:16:53.2035681Z     Checking critical-section v1.2.0
2026-06-04T14:16:53.2035973Z     Checking subtle v2.6.1
2026-06-04T14:16:53.2036248Z     Checking memchr v2.8.1
2026-06-04T14:16:53.2038162Z     Checking smallvec v1.15.1
2026-06-04T14:16:53.2046193Z     Checking pin-project-lite v0.2.17
2026-06-04T14:16:53.2048191Z     Checking serde_core v1.0.228
2026-06-04T14:16:53.2049737Z     Checking cpufeatures v0.2.17
2026-06-04T14:16:53.2049998Z     Checking equivalent v1.0.2
2026-06-04T14:16:53.2050549Z     Checking itoa v1.0.18
2026-06-04T14:16:53.2052485Z     Checking log v0.4.30
2026-06-04T14:16:53.2053471Z     Checking hashbrown v0.17.1
2026-06-04T14:16:53.2054859Z     Checking rand_core v0.10.1
2026-06-04T14:16:53.2062066Z     Checking zeroize v1.8.2
2026-06-04T14:16:53.2577965Z     Checking getrandom v0.2.17
2026-06-04T14:16:53.2724606Z     Checking windows-sys v0.61.2
2026-06-04T14:16:53.2907916Z     Checking futures-core v0.3.32
2026-06-04T14:16:53.2966035Z     Checking bytes v1.11.1
2026-06-04T14:16:53.2995298Z     Checking stable_deref_trait v1.2.1
2026-06-04T14:16:53.3143490Z     Checking zerofrom v0.1.8
2026-06-04T14:16:53.3700807Z     Checking getrandom v0.4.2
2026-06-04T14:16:53.3801330Z     Checking libc v0.2.186
2026-06-04T14:16:53.3838615Z     Checking futures-sink v0.3.32
2026-06-04T14:16:53.3994352Z     Checking slab v0.4.12
2026-06-04T14:16:53.3994680Z     Checking futures-io v0.3.32
2026-06-04T14:16:53.4012714Z     Checking bitflags v2.11.1
2026-06-04T14:16:53.4077866Z     Checking futures-task v0.3.32
2026-06-04T14:16:53.4196163Z     Checking rand_core v0.6.4
2026-06-04T14:16:53.4215193Z     Checking zerocopy v0.8.50
2026-06-04T14:16:53.4525661Z     Checking yoke v0.8.2
2026-06-04T14:16:53.4895851Z     Checking signature v2.2.0
2026-06-04T14:16:53.5001806Z     Checking futures-channel v0.3.32
2026-06-04T14:16:53.5163404Z     Checking fastrand v2.4.1
2026-06-04T14:16:53.5242098Z     Checking litemap v0.8.2
2026-06-04T14:16:53.5448734Z     Checking writeable v0.6.3
2026-06-04T14:16:53.5449158Z     Checking libsqlite3-sys v0.30.1
2026-06-04T14:16:53.5516933Z     Checking zmij v1.0.21
2026-06-04T14:16:53.5677976Z     Checking fallible-iterator v0.3.0
2026-06-04T14:16:53.6093507Z     Checking ed25519 v2.2.3
2026-06-04T14:16:53.6375638Z     Checking zerovec v0.11.6
2026-06-04T14:16:53.6443131Z     Checking zerotrie v0.2.4
2026-06-04T14:16:53.6744379Z     Checking fallible-streaming-iterator v0.1.9
2026-06-04T14:16:53.6994838Z     Checking futures-util v0.3.32
2026-06-04T14:16:53.7080426Z     Checking utf8_iter v1.0.4
2026-06-04T14:16:53.7080764Z     Checking windows_x86_64_msvc v0.52.6
2026-06-04T14:16:53.7296585Z     Checking icu_normalizer_data v2.2.0
2026-06-04T14:16:53.7564025Z     Checking icu_properties_data v2.2.0
2026-06-04T14:16:53.7926340Z     Checking percent-encoding v2.3.2
2026-06-04T14:16:53.8149388Z     Checking cpufeatures v0.3.0
2026-06-04T14:16:53.8235629Z     Checking windows-targets v0.52.6
2026-06-04T14:16:53.8261224Z     Checking indexmap v2.14.0
2026-06-04T14:16:53.8456477Z     Checking thiserror v2.0.18
2026-06-04T14:16:53.8560171Z     Checking http v1.4.1
2026-06-04T14:16:53.8912249Z     Checking rustls-pki-types v1.14.1
2026-06-04T14:16:53.8912672Z     Checking untrusted v0.9.0
2026-06-04T14:16:53.8977275Z    Compiling strsim v0.11.1
2026-06-04T14:16:53.9071128Z     Checking chacha20 v0.10.0
2026-06-04T14:16:53.9177356Z     Checking windows-sys v0.59.0
2026-06-04T14:16:53.9427040Z    Compiling fnv v1.0.7
2026-06-04T14:16:53.9683004Z     Checking form_urlencoded v1.2.2
2026-06-04T14:16:53.9958976Z     Checking windows-result v0.4.1
2026-06-04T14:16:54.0109303Z     Checking ring v0.17.14
2026-06-04T14:16:54.0823838Z    Compiling darling_core v0.20.11
2026-06-04T14:16:54.0878789Z     Checking windows-strings v0.5.1
2026-06-04T14:16:54.1235362Z     Checking rand v0.10.1
2026-06-04T14:16:54.1432706Z     Checking scopeguard v1.2.0
2026-06-04T14:16:54.1893752Z     Checking atomic-waker v1.1.2
2026-06-04T14:16:54.2177599Z     Checking tinystr v0.8.3
2026-06-04T14:16:54.2293156Z     Checking potential_utf v0.1.5
2026-06-04T14:16:54.2781326Z     Checking lock_api v0.4.14
2026-06-04T14:16:54.3019641Z     Checking const-oid v0.10.2
2026-06-04T14:16:54.3204902Z     Checking generic-array v0.14.7
2026-06-04T14:16:54.3424310Z     Checking icu_collections v2.2.0
2026-06-04T14:16:54.3586624Z     Checking num-traits v0.2.19
2026-06-04T14:16:54.3941735Z     Checking icu_locale_core v2.2.0
2026-06-04T14:16:54.4760173Z     Checking derive_more v2.1.1
2026-06-04T14:16:54.5115184Z     Checking hybrid-array v0.4.12
2026-06-04T14:16:54.5538732Z     Checking http-body v1.0.1
2026-06-04T14:16:54.5754765Z     Checking base64ct v1.8.3
2026-06-04T14:16:54.6108608Z     Checking httparse v1.10.1
2026-06-04T14:16:54.6491056Z     Checking tower-service v0.3.3
2026-06-04T14:16:54.6657372Z     Checking tinyvec_macros v0.1.1
2026-06-04T14:16:54.6926175Z     Checking base64 v0.22.1
2026-06-04T14:16:54.7522431Z     Checking data-encoding v2.11.0
2026-06-04T14:16:54.7574436Z     Checking try-lock v0.2.5
2026-06-04T14:16:54.8018311Z     Checking pem-rfc7468 v1.0.0
2026-06-04T14:16:54.8332202Z     Checking tinyvec v1.11.0
2026-06-04T14:16:54.8469485Z     Checking want v0.3.1
2026-06-04T14:16:54.8912393Z     Checking crypto-common v0.1.7
2026-06-04T14:16:54.9333324Z     Checking block-buffer v0.10.4
2026-06-04T14:16:54.9552709Z     Checking der v0.8.0-rc.10
2026-06-04T14:16:54.9711370Z     Checking inout v0.1.4
2026-06-04T14:16:55.0009133Z     Checking windows-core v0.62.2
2026-06-04T14:16:55.0128431Z     Checking n0-error v0.1.3
2026-06-04T14:16:55.0388364Z     Checking winapi v0.3.9
2026-06-04T14:16:55.0639661Z     Checking digest v0.10.7
2026-06-04T14:16:55.0947278Z     Checking block-buffer v0.12.0
2026-06-04T14:16:55.1044894Z     Checking crypto-common v0.2.2
2026-06-04T14:16:55.1045248Z     Checking icu_provider v2.2.0
2026-06-04T14:16:55.1600426Z     Checking rustls-webpki v0.103.13
2026-06-04T14:16:55.1888673Z    Compiling anyhow v1.0.102
2026-06-04T14:16:55.2005255Z     Checking serial-core v0.4.0
2026-06-04T14:16:55.2232541Z     Checking spin v0.10.0
2026-06-04T14:16:55.2675522Z     Checking sha2 v0.10.9
2026-06-04T14:16:55.2911312Z     Checking serde v1.0.228
2026-06-04T14:16:55.2924761Z     Checking curve25519-dalek v4.1.3
2026-06-04T14:16:55.3194545Z     Checking serde_json v1.0.150
2026-06-04T14:16:55.3587596Z     Checking icu_properties v2.2.0
2026-06-04T14:16:55.3603233Z     Checking icu_normalizer v2.2.0
2026-06-04T14:16:55.4654606Z     Checking parking v2.2.1
2026-06-04T14:16:55.5681075Z     Checking diatomic-waker v0.2.3
2026-06-04T14:16:55.6339143Z     Checking httpdate v1.0.3
2026-06-04T14:16:55.6660102Z     Checking cordyceps v0.3.4
2026-06-04T14:16:55.7141517Z     Checking futures-lite v2.6.1
2026-06-04T14:16:55.7443414Z     Checking serial-windows v0.4.0
2026-06-04T14:16:55.8015051Z     Checking pin-project v1.1.13
2026-06-04T14:16:55.8039242Z     Checking portable-atomic v1.13.1
2026-06-04T14:16:55.8039625Z     Checking ipnet v2.12.0
2026-06-04T14:16:55.8739320Z     Checking digest v0.11.3
2026-06-04T14:16:55.8844378Z     Checking thiserror v1.0.69
2026-06-04T14:16:55.9100608Z     Checking futures-buffered v0.2.13
2026-06-04T14:16:55.9327395Z     Checking spki v0.8.0-rc.4
2026-06-04T14:16:55.9935726Z     Checking cipher v0.4.4
2026-06-04T14:16:56.0303271Z     Checking memoffset v0.6.5
2026-06-04T14:16:56.0696818Z     Checking universal-hash v0.5.1
2026-06-04T14:16:56.0730088Z     Checking parking_lot_core v0.9.12
2026-06-04T14:16:56.1055630Z     Checking aho-corasick v1.1.4
2026-06-04T14:16:56.1055962Z     Checking sync_wrapper v1.0.2
2026-06-04T14:16:56.1719210Z     Checking ed25519-dalek v2.2.0
2026-06-04T14:16:56.1974900Z     Checking either v1.16.0
2026-06-04T14:16:56.1975241Z     Checking byteorder v1.5.0
2026-06-04T14:16:56.2154791Z     Checking pin-utils v0.1.0
2026-06-04T14:16:56.2237655Z     Checking regex-syntax v0.8.10
2026-06-04T14:16:56.2402945Z    Compiling powerfmt v0.2.0
2026-06-04T14:16:56.2608633Z     Checking bitflags v1.3.2
2026-06-04T14:16:56.2687871Z     Checking opaque-debug v0.3.1
2026-06-04T14:16:56.2720006Z     Checking once_cell v1.21.4
2026-06-04T14:16:56.3500411Z     Checking lazy_static v1.5.0
2026-06-04T14:16:56.3500779Z     Checking nix v0.25.1
2026-06-04T14:16:56.3574658Z     Checking hash32 v0.2.1
2026-06-04T14:16:56.3726425Z     Checking spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-04T14:16:56.4041705Z     Checking prefix-trie v0.8.4
2026-06-04T14:16:56.4363266Z    Compiling deranged v0.5.8
2026-06-04T14:16:56.4450070Z     Checking idna_adapter v1.2.2
2026-06-04T14:16:56.4451525Z     Checking shared_library v0.1.9
2026-06-04T14:16:56.4451817Z     Checking polyval v0.6.2
2026-06-04T14:16:56.4452226Z     Checking tracing-core v0.1.36
2026-06-04T14:16:56.4621841Z     Checking rustls v0.23.40
2026-06-04T14:16:56.4998473Z     Checking parking_lot v0.12.5
2026-06-04T14:16:56.5520657Z     Checking futures-executor v0.3.32
2026-06-04T14:16:56.5583881Z     Checking idna v1.1.0
2026-06-04T14:16:56.5923158Z     Checking pkcs8 v0.11.0-rc.10
2026-06-04T14:16:56.6999714Z     Checking serial v0.4.0
2026-06-04T14:16:56.7000070Z     Checking serde_spanned v0.6.9
2026-06-04T14:16:56.7063011Z     Checking toml_datetime v0.6.11
2026-06-04T14:16:56.8039850Z     Checking tracing v0.1.44
2026-06-04T14:16:56.8051448Z     Checking crossbeam-utils v0.8.21
2026-06-04T14:16:56.8154011Z     Checking spin v0.9.8
2026-06-04T14:16:56.8321509Z     Checking url v2.5.8
2026-06-04T14:16:56.9039871Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T14:16:56.9065573Z     Checking windows-threading v0.2.1
2026-06-04T14:16:56.9320521Z     Checking shell-words v1.1.1
2026-06-04T14:16:56.9633243Z    Compiling time-core v0.1.8
2026-06-04T14:16:56.9922115Z    Compiling num-conv v0.2.2
2026-06-04T14:16:57.0231118Z     Checking winnow v0.7.15
2026-06-04T14:16:57.0289993Z     Checking toml_write v0.1.2
2026-06-04T14:16:57.0550792Z     Checking tower-layer v0.3.3
2026-06-04T14:16:57.1504271Z     Checking downcast-rs v1.2.1
2026-06-04T14:16:57.1807574Z     Checking signature v3.0.0
2026-06-04T14:16:57.1817507Z     Checking windows-future v0.3.2
2026-06-04T14:16:57.1826032Z     Checking heapless v0.7.17
2026-06-04T14:16:57.1828191Z     Checking futures v0.3.32
2026-06-04T14:16:57.1995647Z     Checking filedescriptor v0.8.3
2026-06-04T14:16:57.2097049Z     Checking ahash v0.8.12
2026-06-04T14:16:57.2189228Z     Checking winreg v0.10.1
2026-06-04T14:16:57.2275785Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-04T14:16:57.2681407Z    Compiling darling_macro v0.20.11
2026-06-04T14:16:57.2682093Z     Checking ghash v0.5.1
2026-06-04T14:16:57.3103834Z     Checking ed25519 v3.0.0-rc.4
2026-06-04T14:16:57.3383208Z     Checking hickory-proto v0.26.0-beta.4
2026-06-04T14:16:57.3785257Z     Checking hashbrown v0.14.5
2026-06-04T14:16:57.3821803Z     Checking ctr v0.9.2
2026-06-04T14:16:57.3880044Z     Checking aes v0.8.4
2026-06-04T14:16:57.4003709Z     Checking portable-pty v0.8.1
2026-06-04T14:16:57.4885140Z     Checking sha2 v0.11.0-rc.5
2026-06-04T14:16:57.5252316Z    Compiling proc-macro-crate v3.5.0
2026-06-04T14:16:57.6380801Z    Compiling time v0.3.47
2026-06-04T14:16:57.7064985Z     Checking windows-collections v0.3.2
2026-06-04T14:16:57.7272886Z     Checking windows-numerics v0.3.1
2026-06-04T14:16:57.7389308Z     Checking aead v0.5.2
2026-06-04T14:16:57.7605164Z    Compiling darling v0.20.11
2026-06-04T14:16:57.8083726Z     Checking http-body-util v0.1.3
2026-06-04T14:16:57.8399213Z     Checking cobs v0.3.0
2026-06-04T14:16:57.8517656Z     Checking regex-automata v0.4.14
2026-06-04T14:16:57.8947138Z     Checking widestring v1.2.1
2026-06-04T14:16:57.9132560Z     Checking hashlink v0.9.1
2026-06-04T14:16:57.9950225Z    Compiling derive_builder_core v0.20.2
2026-06-04T14:16:58.0404541Z     Checking postcard v1.1.3
2026-06-04T14:16:58.1723315Z     Checking windows v0.62.2
2026-06-04T14:16:58.1793175Z     Checking aes-gcm v0.10.3
2026-06-04T14:16:58.2020207Z     Checking data-encoding-macro v0.1.20
2026-06-04T14:16:58.2139998Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-04T14:16:58.2327415Z     Checking rusqlite v0.32.1
2026-06-04T14:16:58.3208949Z     Checking crossbeam-epoch v0.9.18
2026-06-04T14:16:58.3467544Z    Compiling num_enum_derive v0.7.6
2026-06-04T14:16:58.3664285Z     Checking crossbeam-channel v0.5.15
2026-06-04T14:16:58.3806389Z     Checking chrono v0.4.44
2026-06-04T14:16:58.4421599Z     Checking windows-registry v0.6.1
2026-06-04T14:16:58.5589378Z     Checking toml_edit v0.22.27
2026-06-04T14:16:58.5822080Z     Checking uuid v1.23.2
2026-06-04T14:16:58.6683813Z     Checking allocator-api2 v0.2.21
2026-06-04T14:16:58.7658330Z     Checking sorted-index-buffer v0.2.1
2026-06-04T14:16:58.8152497Z     Checking mac-addr v0.3.0
2026-06-04T14:16:58.9014623Z     Checking foldhash v0.2.0
2026-06-04T14:16:58.9585302Z     Checking ryu v1.0.23
2026-06-04T14:16:58.9710019Z     Checking spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-04T14:16:58.9868915Z     Checking tagptr v0.2.0
2026-06-04T14:16:58.9935798Z     Checking identity-hash v0.1.0
2026-06-04T14:16:59.0195770Z     Checking rustc-hash v2.1.2
2026-06-04T14:16:59.0243652Z     Checking lru-slab v0.1.2
2026-06-04T14:16:59.0395062Z     Checking xml-rs v0.8.28
2026-06-04T14:16:59.1028954Z     Checking iroh-metrics v0.38.3
2026-06-04T14:16:59.1123125Z     Checking hashbrown v0.16.1
2026-06-04T14:16:59.1355040Z     Checking strum v0.28.0
2026-06-04T14:16:59.1433712Z     Checking moka v0.12.15
2026-06-04T14:16:59.1511545Z     Checking noq-proto v0.17.0
2026-06-04T14:16:59.2419517Z     Checking iroh-base v0.98.0
2026-06-04T14:16:59.2538670Z    Compiling derive_builder_macro v0.20.2
2026-06-04T14:16:59.3040812Z     Checking attohttpc v0.30.1
2026-06-04T14:16:59.4930304Z     Checking simple-dns v0.9.3
2026-06-04T14:16:59.5069607Z     Checking xmltree v0.10.3
2026-06-04T14:16:59.5617418Z     Checking num_enum v0.7.6
2026-06-04T14:16:59.6044213Z     Checking smol_str v0.1.24
2026-06-04T14:16:59.6196815Z     Checking regex v1.12.3
2026-06-04T14:16:59.6515756Z     Checking arrayref v0.3.9
2026-06-04T14:16:59.6545486Z     Checking simdutf8 v0.1.5
2026-06-04T14:16:59.6600779Z    Compiling derive_builder v0.20.2
2026-06-04T14:16:59.6720600Z     Checking sha1_smol v1.0.1
2026-06-04T14:16:59.6720933Z     Checking arrayvec v0.7.6
2026-06-04T14:16:59.7368493Z     Checking constant_time_eq v0.4.2
2026-06-04T14:16:59.7531554Z     Checking resolv-conf v0.7.6
2026-06-04T14:16:59.8020679Z     Checking lru v0.16.4
2026-06-04T14:16:59.8131304Z     Checking serde_bytes v0.11.19
2026-06-04T14:16:59.8486154Z     Checking hmac v0.12.1
2026-06-04T14:16:59.8682138Z     Checking webpki-roots v1.0.7
2026-06-04T14:16:59.8890985Z    Compiling vergen-lib v9.1.0
2026-06-04T14:16:59.9165596Z    Compiling vergen-lib v0.1.6
2026-06-04T14:16:59.9248085Z     Checking blake3 v1.8.5
2026-06-04T14:16:59.9357589Z     Checking cmov v0.5.4
2026-06-04T14:16:59.9397064Z     Checking sha1 v0.10.6
2026-06-04T14:16:59.9453848Z     Checking toml v0.8.23
2026-06-04T14:16:59.9463029Z     Checking recvmsg v1.0.0
2026-06-04T14:16:59.9715678Z     Checking utf8parse v0.2.2
2026-06-04T14:16:59.9763152Z     Checking once_cell_polyfill v1.70.2
2026-06-04T14:16:59.9877227Z     Checking hkdf v0.12.4
2026-06-04T14:16:59.9930158Z     Checking anstyle v1.0.14
2026-06-04T14:17:00.1281282Z    Compiling vergen v9.1.0
2026-06-04T14:17:00.1281884Z     Checking anstyle-parse v1.0.0
2026-06-04T14:17:00.1475693Z     Checking spake2 v0.4.0
2026-06-04T14:17:00.1495738Z     Checking ctutils v0.4.2
2026-06-04T14:17:00.1516856Z     Checking is_terminal_polyfill v1.70.2
2026-06-04T14:17:00.1920433Z     Checking colorchoice v1.0.5
2026-06-04T14:17:00.2243219Z     Checking spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-04T14:17:00.2370317Z    Compiling vergen-gitcl v1.0.8
2026-06-04T14:17:00.2697792Z     Checking clap_lex v1.1.0
2026-06-04T14:17:00.2887208Z     Checking mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-04T14:17:00.5888363Z     Checking spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-04T14:17:00.5888958Z     Checking spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-04T14:17:00.7200562Z     Checking socket2 v0.6.4
2026-06-04T14:17:00.7200870Z     Checking mio v1.2.1
2026-06-04T14:17:00.7201134Z     Checking tempfile v3.27.0
2026-06-04T14:17:00.7201407Z     Checking netdev v0.42.0
2026-06-04T14:17:00.7203033Z     Checking rustls-platform-verifier v0.7.0
2026-06-04T14:17:00.7203961Z     Checking seize v0.5.1
2026-06-04T14:17:00.7204349Z     Checking interprocess v2.4.2
2026-06-04T14:17:00.7204618Z     Checking anstyle-query v1.1.5
2026-06-04T14:17:00.7205337Z     Checking anstyle-wincon v3.0.11
2026-06-04T14:17:00.7735262Z    Compiling iroh-relay v0.98.0
2026-06-04T14:17:00.8647660Z     Checking anstream v1.0.0
2026-06-04T14:17:00.8961104Z     Checking papaya v0.2.4
2026-06-04T14:17:00.9647805Z     Checking noq-udp v0.10.0
2026-06-04T14:17:01.0628122Z     Checking ipconfig v0.3.4
2026-06-04T14:17:01.1036778Z     Checking tokio v1.52.3
2026-06-04T14:17:01.1141028Z     Checking clap_builder v4.6.0
2026-06-04T14:17:01.3951313Z     Checking spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-04T14:17:02.2068184Z     Checking clap v4.6.1
2026-06-04T14:17:03.2627735Z     Checking tokio-util v0.7.18
2026-06-04T14:17:03.2627966Z     Checking tokio-rustls v0.26.4
2026-06-04T14:17:03.2628820Z     Checking tower v0.5.3
2026-06-04T14:17:03.2629066Z     Checking acto v0.8.2
2026-06-04T14:17:03.2629471Z     Checking backon v1.6.0
2026-06-04T14:17:03.5311475Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-04T14:17:03.5332371Z     Checking tower-http v0.6.11
2026-06-04T14:17:03.6223896Z     Checking h2 v0.4.14
2026-06-04T14:17:03.6224300Z     Checking n0-future v0.3.2
2026-06-04T14:17:03.6224591Z     Checking tokio-stream v0.1.18
2026-06-04T14:17:03.6224971Z     Checking tokio-websockets v0.13.2
2026-06-04T14:17:03.7083825Z     Checking n0-watcher v0.6.1
2026-06-04T14:17:03.7084045Z     Checking iroh-dns v0.98.0
2026-06-04T14:17:03.8876899Z     Checking noq v0.18.0
2026-06-04T14:17:04.5140032Z     Checking wmi v0.18.4
2026-06-04T14:17:04.8219497Z     Checking netwatch v0.16.0
2026-06-04T14:17:05.4197244Z     Checking hyper v1.10.1
2026-06-04T14:17:05.4197471Z     Checking hickory-net v0.26.0-beta.4
2026-06-04T14:17:05.9956589Z     Checking hyper-util v0.1.20
2026-06-04T14:17:06.0380423Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-04T14:17:06.6335583Z     Checking hyper-rustls v0.27.9
2026-06-04T14:17:06.6335794Z     Checking igd-next v0.17.1
2026-06-04T14:17:06.7411995Z     Checking reqwest v0.13.4
2026-06-04T14:17:06.8643099Z     Checking portmapper v0.16.0
2026-06-04T14:17:07.8732212Z     Checking iroh v0.98.2
2026-06-04T14:17:10.9659169Z     Checking spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-04T14:17:11.7788098Z     Checking spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-04T14:17:13.3300843Z     Checking spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-04T14:17:14.6645085Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.97s
2026-06-04T14:17:14.8528602Z Post job cleanup.
2026-06-04T14:17:14.9510154Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T14:17:14.9714123Z git version 2.43.0.windows.1
2026-06-04T14:17:14.9753286Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\55cc061e-d0cb-4717-ac39-bb868f788132\.gitconfig'
2026-06-04T14:17:14.9766397Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\55cc061e-d0cb-4717-ac39-bb868f788132' before making global git config changes
2026-06-04T14:17:14.9767127Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:17:14.9771751Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T14:17:15.0001430Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:17:15.0214324Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T14:17:15.3949431Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:17:15.4145201Z http.https://github.com/.extraheader
2026-06-04T14:17:15.4172164Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-04T14:17:15.4400311Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T14:17:15.7995102Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:17:15.8211965Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T14:17:16.1861355Z Cleaning up orphan processes
